diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-26 15:48:41 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-26 15:48:41 -0600 |
| commit | 346a2c565892c1f34cd35384cb436db02d9c6f4e (patch) | |
| tree | db7736ad4a1ee663911ad26b6b35f87eaf03f465 /dotfiles/system/.local | |
| parent | 34b528228959b7fc87019b8dd7b96645e8b898e8 (diff) | |
| download | archsetup-346a2c565892c1f34cd35384cb436db02d9c6f4e.tar.gz archsetup-346a2c565892c1f34cd35384cb436db02d9c6f4e.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/system/.local')
| -rwxr-xr-x | dotfiles/system/.local/bin/resetmimetypes | 6 | ||||
| -rw-r--r-- | dotfiles/system/.local/share/applications/torrent.desktop | 4 |
2 files changed, 3 insertions, 7 deletions
diff --git a/dotfiles/system/.local/bin/resetmimetypes b/dotfiles/system/.local/bin/resetmimetypes index 88c58f3..0f32515 100755 --- a/dotfiles/system/.local/bin/resetmimetypes +++ b/dotfiles/system/.local/bin/resetmimetypes @@ -3,9 +3,9 @@ rm ~/.config/mimeapps.list >> /dev/null 2>&1 rm ~/.local/share/applications/mimeinfo.cache >> /dev/null 2>&1 rm ~/.local/share/applications/mimeinfo.list >> /dev/null 2>&1 -# Directory Node: thunar -# Open directory nodes in thunar -xdg-mime default thunar.desktop inode/directory +# Directory Node: nautilus +# Open directory nodes in nautilus +xdg-mime default org.gnome.Nautilus.desktop inode/directory # Audio Files: audacious # xdg-mime default audacious.desktop audio/basic diff --git a/dotfiles/system/.local/share/applications/torrent.desktop b/dotfiles/system/.local/share/applications/torrent.desktop deleted file mode 100644 index f6d28d9..0000000 --- a/dotfiles/system/.local/share/applications/torrent.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Torrent -Exec=/usr/bin/env transadd %U |
