Swap nautilus for thunar
This commit is contained in:
parent
9dad0c1299
commit
05ee091ca0
|
@ -24,6 +24,7 @@
|
|||
systemPackages = with pkgs; [
|
||||
libsecret
|
||||
libnotify
|
||||
libarchive
|
||||
xdg-utils
|
||||
hunspell
|
||||
hunspellDicts.en_GB-large
|
||||
|
@ -34,7 +35,6 @@
|
|||
swappy
|
||||
cameractrls-gtk4
|
||||
czkawka
|
||||
nautilus
|
||||
libreoffice
|
||||
zotero
|
||||
evince
|
||||
|
@ -64,11 +64,19 @@
|
|||
};
|
||||
programs = {
|
||||
dconf.enable = true;
|
||||
xfconf.enable = true;
|
||||
noisetorch.enable = true;
|
||||
seahorse.enable = true;
|
||||
file-roller.enable = true;
|
||||
hyprland.enable = true;
|
||||
xwayland.enable = true;
|
||||
thunar = {
|
||||
enable = true;
|
||||
plugins = with pkgs.xfce; [
|
||||
thunar-archive-plugin
|
||||
thunar-volman
|
||||
];
|
||||
};
|
||||
};
|
||||
gtk.iconCache.enable = true;
|
||||
qt = {
|
||||
|
@ -83,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;
|
||||
|
|
|
@ -281,10 +281,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"
|
||||
|
@ -353,7 +349,7 @@
|
|||
"SUPER, C, exec, ${config.programs.foot.package}/bin/foot"
|
||||
"SUPER, E, exec, ${config.programs.emacs.finalPackage}/bin/emacs"
|
||||
"SUPER, W, exec, ${pkgs.nyxt}/bin/nyxt"
|
||||
"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 -"
|
||||
|
|
|
@ -3,8 +3,8 @@ let
|
|||
browser = [ "nyxt.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.github.weclaw1.ImageRoll.desktop" ];
|
||||
"image/png" = [ "com.github.weclaw1.ImageRoll.desktop" ];
|
||||
|
|
Loading…
Reference in a new issue