Change workspace 2 to be a music workspace

Update bind and waybar module accordingly
This commit is contained in:
Evie Litherland-Smith 2024-04-12 11:23:23 +01:00
parent 6e6e50d2b5
commit 7e54e9f76e
2 changed files with 5 additions and 8 deletions

View file

@ -196,12 +196,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"
@ -298,10 +296,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"

View file

@ -63,7 +63,7 @@
format = "{icon}";
format-icons = {
"1" = "󰟀 ";
"2" = "󰖟 ";
"2" = "󰝚 ";
"3" = "󱧶 ";
"4" = "󰭻 ";
"5" = "󰹁 ";