Compare commits
6 commits
393843cf2e
...
5db0b3feff
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | 5db0b3feff | ||
Evie Litherland-Smith | f8c7f1bf55 | ||
Evie Litherland-Smith | f0405343fc | ||
Evie Litherland-Smith | 97e8a62ece | ||
Evie Litherland-Smith | 1a1d58a199 | ||
Evie Litherland-Smith | 7e54e9f76e |
|
@ -134,12 +134,10 @@
|
|||
++ (lib.lists.forEach layers ignorealpha);
|
||||
windowrule = [
|
||||
# Workspace binds
|
||||
"workspace 2, (firefox|chromium-browser|com.obsproject.Studio)"
|
||||
"workspace 3, (libreoffice|soffice)(.*)"
|
||||
"workspace 4, (WebCord|signal)"
|
||||
"workspace 4, org.prismlauncher.PrismLauncher"
|
||||
"workspace 5, org.prismlauncher.PrismLauncher"
|
||||
"workspace 5 silent, steam" # Keep silent to avoid popups taking focus
|
||||
"workspace 6, (x2goclient|org.remmina.Remmina|Nxplayer.bin)"
|
||||
|
||||
# Float + move system windows
|
||||
"float, org.kde.polkit-kde-authentication-agent-1|Pinentry"
|
||||
|
@ -236,10 +234,9 @@
|
|||
|
||||
# Common program shortcuts
|
||||
"SUPER, Return, exec, ${alacritty.package}/bin/alacritty"
|
||||
"SUPER SHIFT, Return, exec, ${emacs.finalPackage}/bin/emacsclient -c"
|
||||
"SUPER, E, exec, [workspace 1] ${emacs.finalPackage}/bin/emacsclient -c"
|
||||
"SUPER, W, exec, [workspace 2] ${firefox.package}/bin/firefox"
|
||||
"SUPER, F, exec, [workspace 3] ${pkgs.xfce.thunar}/bin/thunar"
|
||||
"SUPER, E, exec, ${emacs.finalPackage}/bin/emacsclient -c"
|
||||
"SUPER, W, exec, ${firefox.package}/bin/firefox"
|
||||
"SUPER, F, exec, ${pkgs.xfce.thunar}/bin/thunar"
|
||||
|
||||
# Rofi binds
|
||||
"SUPER, Space, exec, pkill rofi || ${rofi.finalPackage}/bin/rofi -show drun"
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
format = "{icon}";
|
||||
format-icons = {
|
||||
"1" = " ";
|
||||
"2" = " ";
|
||||
"2" = " ";
|
||||
"3" = " ";
|
||||
"4" = " ";
|
||||
"5" = " ";
|
||||
|
|
Loading…
Reference in a new issue