Remove nyxt from workspace rule, and set bind to open nyxt rather than firefox
This commit is contained in:
parent
5f58f65bdb
commit
00bdf11f4a
|
@ -260,7 +260,7 @@
|
|||
"float, Matplotlib"
|
||||
|
||||
# Workspace rules
|
||||
"workspace 2, (firefox|nyxt|org.qutebrowser.qutebrowser)" # Browser
|
||||
"workspace 2, (firefox)" # Browser
|
||||
"workspace 3, (signal|whatsapp-for-linux|WebCord|teams-for-linux|twinkle)" # Messaging
|
||||
"workspace 4, (libreoffice|soffice)(.*)" # Documents
|
||||
"workspace 5, (org.remmina.Remmina|Nxplayer.bin)" # Remote Desktop
|
||||
|
@ -348,7 +348,7 @@
|
|||
"SUPER, Space, exec, ${config.programs.fuzzel.package}/bin/fuzzel"
|
||||
"SUPER, Return, exec, ${config.programs.alacritty.package}/bin/alacritty"
|
||||
"SUPER SHIFT, Return, exec, ${config.programs.emacs.finalPackage}/bin/emacsclient -c"
|
||||
"SUPER, W, exec, ${config.programs.firefox.finalPackage}/bin/firefox"
|
||||
"SUPER, W, exec, ${pkgs.nyxt}/bin/nyxt"
|
||||
"SUPER, F, exec, ${pkgs.nautilus}/bin/nautilus"
|
||||
|
||||
# Misc useful binds
|
||||
|
|
Loading…
Reference in a new issue