Enable nautilus as primary file manager

This commit is contained in:
Filippo Berto 2023-01-23 10:19:29 +01:00
parent 668da8ed2b
commit ab2831c534
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
3 changed files with 5 additions and 4 deletions

View file

@ -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";