summaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.profile.d/hyprland.sh
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-26 15:48:41 -0600
committerCraig Jennings <c@cjennings.net>2026-01-26 15:48:41 -0600
commit072699ffde1fbec3894799179ffe0b8767b5ddf3 (patch)
treedb7736ad4a1ee663911ad26b6b35f87eaf03f465 /dotfiles/hyprland/.profile.d/hyprland.sh
parent10d05a949aab81d41afc2871098b14859c6948aa (diff)
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 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/hyprland/.profile.d/hyprland.sh')
-rw-r--r--dotfiles/hyprland/.profile.d/hyprland.sh14
1 files changed, 14 insertions, 0 deletions
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"