Change workspace 2 to be a music workspace
Update bind and waybar module accordingly
This commit is contained in:
parent
6e6e50d2b5
commit
7e54e9f76e
|
@ -196,12 +196,10 @@
|
||||||
++ (lib.lists.forEach layers ignorealpha);
|
++ (lib.lists.forEach layers ignorealpha);
|
||||||
windowrule = [
|
windowrule = [
|
||||||
# Workspace binds
|
# Workspace binds
|
||||||
"workspace 2, (firefox|chromium-browser|com.obsproject.Studio)"
|
|
||||||
"workspace 3, (libreoffice|soffice)(.*)"
|
"workspace 3, (libreoffice|soffice)(.*)"
|
||||||
"workspace 4, (WebCord|signal)"
|
"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 5 silent, steam" # Keep silent to avoid popups taking focus
|
||||||
"workspace 6, (x2goclient|org.remmina.Remmina|Nxplayer.bin)"
|
|
||||||
|
|
||||||
# Float + move system windows
|
# Float + move system windows
|
||||||
"float, org.kde.polkit-kde-authentication-agent-1|Pinentry"
|
"float, org.kde.polkit-kde-authentication-agent-1|Pinentry"
|
||||||
|
@ -298,10 +296,9 @@
|
||||||
|
|
||||||
# Common program shortcuts
|
# Common program shortcuts
|
||||||
"SUPER, Return, exec, ${alacritty.package}/bin/alacritty"
|
"SUPER, Return, exec, ${alacritty.package}/bin/alacritty"
|
||||||
"SUPER SHIFT, Return, exec, ${emacs.finalPackage}/bin/emacsclient -c"
|
"SUPER, E, exec, ${emacs.finalPackage}/bin/emacsclient -c"
|
||||||
"SUPER, E, exec, [workspace 1] ${emacs.finalPackage}/bin/emacsclient -c"
|
"SUPER, W, exec, ${firefox.package}/bin/firefox"
|
||||||
"SUPER, W, exec, [workspace 2] ${firefox.package}/bin/firefox"
|
"SUPER, F, exec, ${pkgs.xfce.thunar}/bin/thunar"
|
||||||
"SUPER, F, exec, [workspace 3] ${pkgs.xfce.thunar}/bin/thunar"
|
|
||||||
|
|
||||||
# Rofi binds
|
# Rofi binds
|
||||||
"SUPER, Space, exec, pkill rofi || ${rofi.finalPackage}/bin/rofi -show drun"
|
"SUPER, Space, exec, pkill rofi || ${rofi.finalPackage}/bin/rofi -show drun"
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
format-icons = {
|
format-icons = {
|
||||||
"1" = " ";
|
"1" = " ";
|
||||||
"2" = " ";
|
"2" = " ";
|
||||||
"3" = " ";
|
"3" = " ";
|
||||||
"4" = " ";
|
"4" = " ";
|
||||||
"5" = " ";
|
"5" = " ";
|
||||||
|
|
Loading…
Reference in a new issue