Switch to nautilus instead of thunar

This commit is contained in:
Nathan Anderson 2024-12-30 15:20:46 -07:00
parent 3fa2999834
commit 6ea78a2477
4 changed files with 10 additions and 11 deletions

View File

@ -5,8 +5,8 @@ for_window [app_id="firefox"] focus
assign [class="firefox"] 2
for_window [class="firefox"] focus
assign [app_id=thunar] 3
for_window [app_id=thunar] focus
assign [app_id=nautilus] 3
for_window [app_id=nautilus] focus
assign [class="Telegram"] 4
for_window [class="Telegram"] focus

View File

@ -219,7 +219,7 @@ bindsym $mod+r mode "resize"
#
# App shortcuts
#
bindsym $mod+t exec thunar
bindsym $mod+t exec nautilus
bindsym $mod+w exec firefox
bindsym $mod+j exec obsidian & ~/Documents/Obsidian Vault/auto-add.sh
#

View File

@ -238,7 +238,7 @@
"custom/files": {
"format": " 󰉋 ",
"on-click": "exec thunar",
"on-click": "exec nautilus",
"tooltip": false,
},

View File

@ -69,6 +69,7 @@
mako
man-pages
man-pages-posix
nautilus
ncspot
networkmanagerapplet
pavucontrol
@ -95,13 +96,11 @@
# adds additional man pages
documentation.dev.enable = true;
# Thunar config
programs.thunar = {
enable = true;
plugins = with pkgs.xfce; [
thunar-archive-plugin
thunar-volman
];
# For nautilus
services.gnome.sushi.enable = true;
programs.nautilus-open-any-terminal = {
enable = true;
terminal = "foot";
};
programs.file-roller.enable = true;
programs.xfconf.enable = true;