diff --git a/hm_modules/sxhkd.nix b/hm_modules/sxhkd.nix index ef0f79f..e408067 100644 --- a/hm_modules/sxhkd.nix +++ b/hm_modules/sxhkd.nix @@ -14,7 +14,8 @@ services.sxhkd = let primaryTerminal = "kitty"; secondaryTerminal = "terminator"; - fileManager = "thunar"; + fileManager = "nautilus"; + secondaryFileManager = "thunar"; emojiChooser = "rofimoji --skin-tone light -a copy"; yad = "${pkgs.yad}/bin/yad"; notify = "${pkgs.libnotify}/bin/notify-send"; @@ -62,7 +63,7 @@ "super + ctrl + shift + space" = "bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel"; "super + ctrl + space" = "bspc node -p cancel"; - "super + e" = fileManager; + "super + e {_,+shift}" = "{${fileManager},${secondaryFileManager}}"; "super + shift + p" = "clipedit"; "super + Escape" = "pkill -USR1 -x sxhkd"; "super + g" = "bspc node -s biggest"; diff --git a/odin/hm.nix b/odin/hm.nix index c38756b..0e27ef7 100644 --- a/odin/hm.nix +++ b/odin/hm.nix @@ -124,7 +124,7 @@ ../hm_modules/mangohud.nix ../hm_modules/megasync.nix ../hm_modules/mpv.nix - # ../hm_modules/nautilus.nix + ../hm_modules/nautilus.nix ../hm_modules/nix-index.nix ../hm_modules/noti.nix ../hm_modules/nushell.nix diff --git a/thor/hm.nix b/thor/hm.nix index 8bfc21f..23558d3 100644 --- a/thor/hm.nix +++ b/thor/hm.nix @@ -116,7 +116,7 @@ ../hm_modules/mangohud.nix ../hm_modules/megasync.nix ../hm_modules/mpv.nix - # ../hm_modules/nautilus.nix + ../hm_modules/nautilus.nix ../hm_modules/nix-index.nix ../hm_modules/noti.nix ../hm_modules/nushell.nix