forked from Shinonome/omarchy-nix
Bluetooth and upstream fixes
This commit is contained in:
@@ -11,18 +11,27 @@
|
|||||||
# Force chromium into a tile to deal with --app bug
|
# Force chromium into a tile to deal with --app bug
|
||||||
"tile, class:^(chromium)$"
|
"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
|
# Just dash of transparency
|
||||||
"opacity 0.97 0.9, class:.*"
|
"opacity 0.97 0.9, class:.*"
|
||||||
"opacity 1 0.97, class:^(chromium|google-chrome|google-chrome-unstable)$"
|
"opacity 1 0.97, class:^(chromium|google-chrome|google-chrome-unstable)$"
|
||||||
"opacity 0.97 0.9, initialClass:^(chrome-.*-Default)$ # web apps"
|
"opacity 0.97 0.9, initialClass:^(chrome-.*-Default)$ # web apps"
|
||||||
"opacity 1 1, initialClass:^(chrome-youtube.*-Default)$ # Youtube"
|
"opacity 1 1, initialClass:^(chrome-youtube.*-Default)$ # Youtube"
|
||||||
"opacity 1 1, class:^(zoom|vlc|org.kde.kdenlive|com.obsproject.Studio)$"
|
"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
|
# Fix some dragging issues with XWayland
|
||||||
"nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0"
|
"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 in the middle for clipse clipboard manager
|
||||||
"float, class:(clipse)"
|
"float, class:(clipse)"
|
||||||
"size 622 652, class:(clipse)"
|
"size 622 652, class:(clipse)"
|
||||||
@@ -30,6 +39,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
layerrule = [
|
layerrule = [
|
||||||
|
# Proper background blur for wofi
|
||||||
"blur,wofi"
|
"blur,wofi"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ in {
|
|||||||
"9" = "9";
|
"9" = "9";
|
||||||
active = "";
|
active = "";
|
||||||
};
|
};
|
||||||
persistent_workspaces = {
|
persistent-workspaces = {
|
||||||
"1" = [];
|
"1" = [];
|
||||||
"2" = [];
|
"2" = [];
|
||||||
"3" = [];
|
"3" = [];
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
# Regular packages
|
# Regular packages
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
# Base system tools
|
# Base system tools
|
||||||
|
|
||||||
git
|
git
|
||||||
vim
|
vim
|
||||||
libnotify
|
libnotify
|
||||||
@@ -18,6 +17,7 @@
|
|||||||
playerctl
|
playerctl
|
||||||
bibata-cursors
|
bibata-cursors
|
||||||
gnome-themes-extra
|
gnome-themes-extra
|
||||||
|
blueberry
|
||||||
|
|
||||||
# Shell tools
|
# Shell tools
|
||||||
fzf
|
fzf
|
||||||
|
|||||||
Reference in New Issue
Block a user