Bluetooth and upstream fixes

This commit is contained in:
Henry Sipp
2025-07-02 00:55:23 +00:00
parent e94c2519fc
commit 45dd3bfa6a
3 changed files with 14 additions and 4 deletions
+12 -2
View File
@@ -11,18 +11,27 @@
# Force chromium into a tile to deal with --app bug
"tile, class:^(chromium)$"
# Settings management
"float, class:^(org.pulseaudio.pavucontrol|blueberry.py)$"
# Float Steam, fullscreen RetroArch
"float, class:^(steam)$"
"fullscreen, class:^(com.libretro.RetroArch)$"
# Just dash of transparency
"opacity 0.97 0.9, class:.*"
"opacity 1 0.97, class:^(chromium|google-chrome|google-chrome-unstable)$"
"opacity 0.97 0.9, initialClass:^(chrome-.*-Default)$ # web apps"
"opacity 1 1, initialClass:^(chrome-youtube.*-Default)$ # Youtube"
"opacity 1 1, class:^(zoom|vlc|org.kde.kdenlive|com.obsproject.Studio)$"
"opacity 1 1, class:^(com.libretro.RetroArch|steam)$"
# Fix some dragging issues with XWayland
"nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0"
# Proper background blur for wofi
# Float in the middle for clipse clipboard manager
"float, class:(clipse)"
"size 622 652, class:(clipse)"
@@ -30,6 +39,7 @@
];
layerrule = [
# Proper background blur for wofi
"blur,wofi"
];
};
+1 -1
View File
@@ -61,7 +61,7 @@ in {
"9" = "9";
active = "󱓻";
};
persistent_workspaces = {
persistent-workspaces = {
"1" = [];
"2" = [];
"3" = [];
+1 -1
View File
@@ -2,7 +2,6 @@
# Regular packages
systemPackages = with pkgs; [
# Base system tools
git
vim
libnotify
@@ -18,6 +17,7 @@
playerctl
bibata-cursors
gnome-themes-extra
blueberry
# Shell tools
fzf