Change hyprland bind to open firefox again
This commit is contained in:
parent
16332b9184
commit
f0d6058404
|
@ -255,7 +255,7 @@
|
||||||
"float, Matplotlib"
|
"float, Matplotlib"
|
||||||
|
|
||||||
# Workspace rules
|
# Workspace rules
|
||||||
"workspace 2, (nyxt|firefox)" # Browser
|
"workspace 2, (firefox)" # Browser
|
||||||
"workspace 3, (signal|whatsapp-for-linux|WebCord|teams-for-linux|twinkle)" # Messaging
|
"workspace 3, (signal|whatsapp-for-linux|WebCord|teams-for-linux|twinkle)" # Messaging
|
||||||
"workspace 4, (libreoffice|soffice)(.*)" # Documents
|
"workspace 4, (libreoffice|soffice)(.*)" # Documents
|
||||||
"workspace 5, (Nxplayer.bin)" # Remote Desktop
|
"workspace 5, (Nxplayer.bin)" # Remote Desktop
|
||||||
|
@ -342,7 +342,7 @@
|
||||||
"SUPER, Space, exec, ${config.programs.fuzzel.package}/bin/fuzzel"
|
"SUPER, Space, exec, ${config.programs.fuzzel.package}/bin/fuzzel"
|
||||||
"SUPER, Return, exec, ${config.programs.alacritty.package}/bin/alacritty"
|
"SUPER, Return, exec, ${config.programs.alacritty.package}/bin/alacritty"
|
||||||
"SUPER SHIFT, Return, exec, ${config.programs.emacs.finalPackage}/bin/emacsclient -c"
|
"SUPER SHIFT, Return, exec, ${config.programs.emacs.finalPackage}/bin/emacsclient -c"
|
||||||
"SUPER, W, exec, ${pkgs.nyxt}/bin/nyxt --no-socket"
|
"SUPER, W, exec, ${config.programs.firefox.finalPackage}/bin/firefox"
|
||||||
"SUPER, F, exec, ${pkgs.nautilus}/bin/nautilus"
|
"SUPER, F, exec, ${pkgs.nautilus}/bin/nautilus"
|
||||||
|
|
||||||
# Misc useful binds
|
# Misc useful binds
|
||||||
|
|
Loading…
Reference in a new issue