Enable nautilus as primary file manager
This commit is contained in:
parent
668da8ed2b
commit
ab2831c534
3 changed files with 5 additions and 4 deletions
|
|
@ -14,7 +14,8 @@
|
||||||
services.sxhkd = let
|
services.sxhkd = let
|
||||||
primaryTerminal = "kitty";
|
primaryTerminal = "kitty";
|
||||||
secondaryTerminal = "terminator";
|
secondaryTerminal = "terminator";
|
||||||
fileManager = "thunar";
|
fileManager = "nautilus";
|
||||||
|
secondaryFileManager = "thunar";
|
||||||
emojiChooser = "rofimoji --skin-tone light -a copy";
|
emojiChooser = "rofimoji --skin-tone light -a copy";
|
||||||
yad = "${pkgs.yad}/bin/yad";
|
yad = "${pkgs.yad}/bin/yad";
|
||||||
notify = "${pkgs.libnotify}/bin/notify-send";
|
notify = "${pkgs.libnotify}/bin/notify-send";
|
||||||
|
|
@ -62,7 +63,7 @@
|
||||||
"super + ctrl + shift + space" =
|
"super + ctrl + shift + space" =
|
||||||
"bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel";
|
"bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel";
|
||||||
"super + ctrl + space" = "bspc node -p cancel";
|
"super + ctrl + space" = "bspc node -p cancel";
|
||||||
"super + e" = fileManager;
|
"super + e {_,+shift}" = "{${fileManager},${secondaryFileManager}}";
|
||||||
"super + shift + p" = "clipedit";
|
"super + shift + p" = "clipedit";
|
||||||
"super + Escape" = "pkill -USR1 -x sxhkd";
|
"super + Escape" = "pkill -USR1 -x sxhkd";
|
||||||
"super + g" = "bspc node -s biggest";
|
"super + g" = "bspc node -s biggest";
|
||||||
|
|
|
||||||
|
|
@ -124,7 +124,7 @@
|
||||||
../hm_modules/mangohud.nix
|
../hm_modules/mangohud.nix
|
||||||
../hm_modules/megasync.nix
|
../hm_modules/megasync.nix
|
||||||
../hm_modules/mpv.nix
|
../hm_modules/mpv.nix
|
||||||
# ../hm_modules/nautilus.nix
|
../hm_modules/nautilus.nix
|
||||||
../hm_modules/nix-index.nix
|
../hm_modules/nix-index.nix
|
||||||
../hm_modules/noti.nix
|
../hm_modules/noti.nix
|
||||||
../hm_modules/nushell.nix
|
../hm_modules/nushell.nix
|
||||||
|
|
|
||||||
|
|
@ -116,7 +116,7 @@
|
||||||
../hm_modules/mangohud.nix
|
../hm_modules/mangohud.nix
|
||||||
../hm_modules/megasync.nix
|
../hm_modules/megasync.nix
|
||||||
../hm_modules/mpv.nix
|
../hm_modules/mpv.nix
|
||||||
# ../hm_modules/nautilus.nix
|
../hm_modules/nautilus.nix
|
||||||
../hm_modules/nix-index.nix
|
../hm_modules/nix-index.nix
|
||||||
../hm_modules/noti.nix
|
../hm_modules/noti.nix
|
||||||
../hm_modules/nushell.nix
|
../hm_modules/nushell.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue