Switch to nautilus instead of thunar
This commit is contained in:
parent
3fa2999834
commit
6ea78a2477
@ -5,8 +5,8 @@ for_window [app_id="firefox"] focus
|
|||||||
assign [class="firefox"] 2
|
assign [class="firefox"] 2
|
||||||
for_window [class="firefox"] focus
|
for_window [class="firefox"] focus
|
||||||
|
|
||||||
assign [app_id=thunar] 3
|
assign [app_id=nautilus] 3
|
||||||
for_window [app_id=thunar] focus
|
for_window [app_id=nautilus] focus
|
||||||
|
|
||||||
assign [class="Telegram"] 4
|
assign [class="Telegram"] 4
|
||||||
for_window [class="Telegram"] focus
|
for_window [class="Telegram"] focus
|
||||||
|
@ -219,7 +219,7 @@ bindsym $mod+r mode "resize"
|
|||||||
#
|
#
|
||||||
# App shortcuts
|
# App shortcuts
|
||||||
#
|
#
|
||||||
bindsym $mod+t exec thunar
|
bindsym $mod+t exec nautilus
|
||||||
bindsym $mod+w exec firefox
|
bindsym $mod+w exec firefox
|
||||||
bindsym $mod+j exec obsidian & ~/Documents/Obsidian Vault/auto-add.sh
|
bindsym $mod+j exec obsidian & ~/Documents/Obsidian Vault/auto-add.sh
|
||||||
#
|
#
|
||||||
|
@ -238,7 +238,7 @@
|
|||||||
|
|
||||||
"custom/files": {
|
"custom/files": {
|
||||||
"format": " ",
|
"format": " ",
|
||||||
"on-click": "exec thunar",
|
"on-click": "exec nautilus",
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -69,6 +69,7 @@
|
|||||||
mako
|
mako
|
||||||
man-pages
|
man-pages
|
||||||
man-pages-posix
|
man-pages-posix
|
||||||
|
nautilus
|
||||||
ncspot
|
ncspot
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
pavucontrol
|
pavucontrol
|
||||||
@ -95,13 +96,11 @@
|
|||||||
# adds additional man pages
|
# adds additional man pages
|
||||||
documentation.dev.enable = true;
|
documentation.dev.enable = true;
|
||||||
|
|
||||||
# Thunar config
|
# For nautilus
|
||||||
programs.thunar = {
|
services.gnome.sushi.enable = true;
|
||||||
|
programs.nautilus-open-any-terminal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = with pkgs.xfce; [
|
terminal = "foot";
|
||||||
thunar-archive-plugin
|
|
||||||
thunar-volman
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
programs.file-roller.enable = true;
|
programs.file-roller.enable = true;
|
||||||
programs.xfconf.enable = true;
|
programs.xfconf.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user