Use firefox as default browser, but keep bind to open nyxt windows quickly
This commit is contained in:
parent
fd2217aba7
commit
4455b0bbbb
|
@ -263,7 +263,7 @@
|
|||
"float, Matplotlib"
|
||||
|
||||
# Workspace rules
|
||||
"workspace 2, (nyxt|firefox)" # 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
|
||||
|
@ -350,7 +350,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, ${pkgs.nyxt}/bin/nyxt"
|
||||
"SUPER, W, exec, ${pkgs.nyxt}/bin/nyxt --no-socket"
|
||||
"SUPER, F, exec, ${pkgs.nautilus}/bin/nautilus"
|
||||
|
||||
# Misc useful binds
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
let
|
||||
emacs = [ "emacsclient.desktop" ];
|
||||
browser = [ "nyxt.desktop" ];
|
||||
browser = [ "firefox.desktop" ];
|
||||
in
|
||||
{
|
||||
"inode/directory" = [ "org.gnome.Nautilus.desktop" ];
|
||||
|
|
Loading…
Reference in a new issue