From 072699ffde1fbec3894799179ffe0b8767b5ddf3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 26 Jan 2026 15:48:41 -0600 Subject: feat(hyprland): prune app menu and switch to Nautilus file manager - Add 90 desktop file overrides (NoDisplay=true) to hide unwanted apps - Switch file manager from Thunar to Nautilus in hyprland.conf and sxhkdrc - Update resetmimetypes script to use Nautilus for directories - Remove Thunar config (accels.scm, uca.xml) - Remove unused torrent.desktop - Add hyprland.sh profile with Wayland environment overrides - Rename calibre-ebook-viewer to "Calibre E-book Viewer" in menu - Update gammastep to gammastep-indicator for tray control Co-Authored-By: Claude Opus 4.5 --- dotfiles/hyprland/.profile.d/hyprland.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dotfiles/hyprland/.profile.d/hyprland.sh (limited to 'dotfiles/hyprland/.profile.d/hyprland.sh') diff --git a/dotfiles/hyprland/.profile.d/hyprland.sh b/dotfiles/hyprland/.profile.d/hyprland.sh new file mode 100644 index 0000000..be15b02 --- /dev/null +++ b/dotfiles/hyprland/.profile.d/hyprland.sh @@ -0,0 +1,14 @@ +# Hyprland profile settings +# These override X11 settings from .profile when running Wayland + +# Terminal (foot instead of st) +export TERM="xterm-256color" +export TERMINAL="foot" + +# XDG overrides for Wayland +export XDG_CURRENT_DESKTOP=Hyprland +export XDG_SESSION_TYPE=wayland +export XDG_SESSION_DESKTOP=Hyprland + +# alias startx to start Hyprland (muscle memory from X11) +alias startx="start-hyprland" -- cgit v1.2.3