Disable Nautilus
This commit is contained in:
parent
7107a3fbee
commit
3bde81cd43
2 changed files with 3 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./kitty.nix
|
./kitty.nix
|
||||||
./nautilus.nix
|
# ./nautilus.nix
|
||||||
./nemo.nix
|
./nemo.nix
|
||||||
./waybar.nix
|
./waybar.nix
|
||||||
# ./dunst.nix
|
# ./dunst.nix
|
||||||
|
|
@ -208,9 +208,8 @@ in
|
||||||
"SUPER, W, killactive,"
|
"SUPER, W, killactive,"
|
||||||
"SUPER, M, exec, ${config.programs.hyprlock.package}/bin/hyprlock"
|
"SUPER, M, exec, ${config.programs.hyprlock.package}/bin/hyprlock"
|
||||||
"SUPER_ALT_L, Q, exit,"
|
"SUPER_ALT_L, Q, exit,"
|
||||||
"SUPER, E, exec, nautilus"
|
"SUPER, E, exec, nemo"
|
||||||
"SUPER, L, exec, obsidian"
|
"SUPER, L, exec, obsidian"
|
||||||
"SUPER_SHIFT, E, exec, nemo"
|
|
||||||
"SUPER, V, togglefloating,"
|
"SUPER, V, togglefloating,"
|
||||||
"SUPER, SPACE, exec, sirula"
|
"SUPER, SPACE, exec, sirula"
|
||||||
"SUPER, F, fullscreen,"
|
"SUPER, F, fullscreen,"
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
opener = {
|
opener = {
|
||||||
folder = [
|
folder = [
|
||||||
{ run = ''nautilus "$@"''; display_name = "Nautilus"; }
|
{ run = ''nemo "$@"''; display_name = "Nemo"; }
|
||||||
{ run = ''xdg-open "$@"''; display_name = "Open folder"; }
|
{ run = ''xdg-open "$@"''; display_name = "Open folder"; }
|
||||||
{ run = ''$VISUAL "$@"''; }
|
{ run = ''$VISUAL "$@"''; }
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue