Reapply "Swap nautilus for thunar"

This reverts commit 9065b4a9e0.
This commit is contained in:
Evie Litherland-Smith 2025-03-04 07:12:28 +00:00
parent 70fe19798a
commit ba41031316
3 changed files with 11 additions and 9 deletions

View file

@ -36,7 +36,6 @@
grim
slurp
swappy
nautilus
xfce.ristretto
g4music
picard
@ -62,9 +61,17 @@
programs = {
ssh.enableAskPassword = true;
dconf.enable = true;
xfconf.enable = true;
noisetorch.enable = true;
seahorse.enable = true;
file-roller.enable = true;
thunar = {
enable = true;
plugins = with pkgs.xfce; [
thunar-archive-plugin
thunar-volman
];
};
hyprland = {
enable = true;
xwayland.enable = true;
@ -84,7 +91,6 @@
tumbler.enable = true;
udisks2.enable = true;
blueman.enable = config.hardware.bluetooth.enable;
gnome.sushi.enable = true;
gvfs = {
enable = true;
package = pkgs.gnome.gvfs;

View file

@ -279,10 +279,6 @@
"center, title:Library,class:firefox"
"pin, title:Picture-in-Picture,class:firefox"
# NautilusPreviewer (Sushi)
"float, class:org.gnome.NautilusPreviewer"
"center, class:org.gnome.NautilusPreviewer"
# Electron file picker dialog
"float, title:Open Files,class:electron"
"size 800 600, title:Open Files,class:electron"
@ -349,7 +345,7 @@
"SUPER, C, exec, ${config.programs.alacritty.package}/bin/alacritty"
"SUPER, E, exec, ${config.programs.emacs.finalPackage}/bin/emacsclient -c"
"SUPER, W, exec, ${config.programs.firefox.finalPackage}/bin/firefox"
"SUPER, F, exec, ${pkgs.nautilus}/bin/nautilus"
"SUPER, F, exec, thunar"
# Misc useful binds
",Print,exec,${pkgs.grim}/bin/grim -g \"$(${pkgs.slurp}/bin/slurp)\" - | ${pkgs.swappy}/bin/swappy -f -"

View file

@ -3,8 +3,8 @@ let
browser = [ "firefox.desktop" ];
in
{
"inode/directory" = [ "org.gnome.Nautilus.desktop" ];
"inode/symlink" = [ "org.gnome.Nautilus.desktop" ];
"inode/directory" = [ "org.xfce.thunar.desktop" ];
"inode/symlink" = [ "org.xfce.thunar.desktop" ];
"image/jpeg" = [ "com.xfce.ristretto.desktop" ];
"image/png" = [ "com.xfce.ristretto.desktop" ];