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
|
||||
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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue