aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.profile.d
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
commit674fe2cb0482700ec0f67b3691669027d3dc10e1 (patch)
tree7b729510b1c6d58f3a9ed33afabe67311643cff8 /dotfiles/hyprland/.profile.d
parentae06472f2a78de1b7e36c79da3c7a6255bddb4d2 (diff)
downloadarchsetup-674fe2cb0482700ec0f67b3691669027d3dc10e1.tar.gz
archsetup-674fe2cb0482700ec0f67b3691669027d3dc10e1.zip
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')
-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"