use Thunar on gnome

This commit is contained in:
Yan Lin 2025-11-20 15:46:11 +01:00
parent 351533110f
commit 9cbb9b348b
3 changed files with 7 additions and 13 deletions

View file

@ -425,12 +425,6 @@
# Hyprland-specific shell configuration
programs.zsh.initContent = ''
# Open current directory in Thunar file manager (background)
open() {
thunar "''${1:-.}" &>/dev/null &
disown
}
# Quickly restart Hyprland session (graceful logout)
alias hypr-restart='loginctl terminate-session'