diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-26 17:36:38 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-26 17:36:38 -0600 |
| commit | dada2f255daaa2fb493ec8c7d47e2a8123aea494 (patch) | |
| tree | 0c0eeb84bb7b6e66a2d7f41cdfd061b25f80cc14 /dotfiles/system/.local/share/applications | |
| parent | d50e5955837788fc69b4d5bc74cb574b859ed31a (diff) | |
refactor(dotfiles): rename system/ to common/ and remove unused configs
Rename dotfiles/system to dotfiles/common for clarity - indicates
shared dotfiles used across all desktop environments (DWM, Hyprland).
Removed config directories for uninstalled applications:
- ghostty (using different terminal)
- lf (using ranger instead)
- mopidy (using mpd instead)
- nitrogen (X11-only, obsolete for Wayland)
- pychess (not installed)
- JetBrains (not installed via archsetup)
- youtube-dl (using yt-dlp with different config location)
Kept audacious config for potential future use.
Updated all references in archsetup, CLAUDE.md, todo.org, and
validation.sh.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/system/.local/share/applications')
14 files changed, 0 insertions, 94 deletions
diff --git a/dotfiles/system/.local/share/applications/dwm.desktop b/dotfiles/system/.local/share/applications/dwm.desktop deleted file mode 100644 index ba3bd00..0000000 --- a/dotfiles/system/.local/share/applications/dwm.desktop +++ /dev/null @@ -1,7 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=dwm -Comment=It's fucking DWM, asshole. -Exec=startdwm -Icon=dwm -Type=XSession
\ No newline at end of file diff --git a/dotfiles/system/.local/share/applications/emacsclient-mail.desktop b/dotfiles/system/.local/share/applications/emacsclient-mail.desktop deleted file mode 100644 index 6efcf61..0000000 --- a/dotfiles/system/.local/share/applications/emacsclient-mail.desktop +++ /dev/null @@ -1,20 +0,0 @@ -[Desktop Entry] -Categories=Network;Email; -Comment=Emacs is my mail client -Exec=sh -c "exec emacsclient --alternate-editor= --display=\\"\\$DISPLAY\\" --eval \\\\(message-mailto\\\\ \\\\\\"%u\\\\\\"\\\\)" -Icon=emacs -Name=Emacs (Mail, Client) -MimeType=x-scheme-handler/mailto; -NoDisplay=true -Terminal=false -Type=Application -Keywords=emacsclient; -Actions=new-window;new-instance; - -[Desktop Action new-window] -Name=New Window -Exec=/usr/bin/emacsclient --alternate-editor= --create-frame --eval "(message-mailto \\"%u\\")" - -[Desktop Action new-instance] -Name=New Instance -Exec=emacs -f message-mailto %u diff --git a/dotfiles/system/.local/share/applications/file.desktop b/dotfiles/system/.local/share/applications/file.desktop deleted file mode 100644 index 5df1633..0000000 --- a/dotfiles/system/.local/share/applications/file.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=File Manager -Exec=/usr/local/bin/st -e lfub %u diff --git a/dotfiles/system/.local/share/applications/img.desktop b/dotfiles/system/.local/share/applications/img.desktop deleted file mode 100644 index 42aa81e..0000000 --- a/dotfiles/system/.local/share/applications/img.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Image viewer -Exec=/usr/bin/sxiv -a %f diff --git a/dotfiles/system/.local/share/applications/lock-screen.desktop b/dotfiles/system/.local/share/applications/lock-screen.desktop deleted file mode 100644 index 2bd7afa..0000000 --- a/dotfiles/system/.local/share/applications/lock-screen.desktop +++ /dev/null @@ -1,7 +0,0 @@ -[Desktop Entry] -Name=Lock Screen -Comment=Lock the screen -Exec=slock -Icon=system-lock-screen -Type=Application -Categories=System; diff --git a/dotfiles/system/.local/share/applications/logout.desktop b/dotfiles/system/.local/share/applications/logout.desktop deleted file mode 100644 index 8c3bc3a..0000000 --- a/dotfiles/system/.local/share/applications/logout.desktop +++ /dev/null @@ -1,7 +0,0 @@ -[Desktop Entry] -Name=Logout -Comment=End the current session -Exec=sh -c 'loginctl terminate-session "$XDG_SESSION_ID"' -Icon=system-log-out -Type=Application -Categories=System; diff --git a/dotfiles/system/.local/share/applications/mail.desktop b/dotfiles/system/.local/share/applications/mail.desktop deleted file mode 100644 index d24aea2..0000000 --- a/dotfiles/system/.local/share/applications/mail.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Mail -Exec=/usr/local/bin/st -e neomutt %u diff --git a/dotfiles/system/.local/share/applications/mimeapps.list b/dotfiles/system/.local/share/applications/mimeapps.list deleted file mode 100644 index e69de29..0000000 --- a/dotfiles/system/.local/share/applications/mimeapps.list +++ /dev/null diff --git a/dotfiles/system/.local/share/applications/org-protocol.desktop b/dotfiles/system/.local/share/applications/org-protocol.desktop deleted file mode 100644 index 1cebf61..0000000 --- a/dotfiles/system/.local/share/applications/org-protocol.desktop +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Name=org-protocol -Comment=Intercept calls from emacsclient to trigger custom actions -Categories=Other; -Keywords=org-protocol; -Icon=emacs -Type=Application -Exec=emacsclient -- %u -Terminal=false -NoDisplay=true -StartupWMClass=Emacs -MimeType=x-scheme-handler/org-protocol; diff --git a/dotfiles/system/.local/share/applications/pdf.desktop b/dotfiles/system/.local/share/applications/pdf.desktop deleted file mode 100644 index 8c38677..0000000 --- a/dotfiles/system/.local/share/applications/pdf.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=PDF reader -Exec=/usr/bin/zathura %u diff --git a/dotfiles/system/.local/share/applications/reboot.desktop b/dotfiles/system/.local/share/applications/reboot.desktop deleted file mode 100644 index ae2c76e..0000000 --- a/dotfiles/system/.local/share/applications/reboot.desktop +++ /dev/null @@ -1,7 +0,0 @@ -[Desktop Entry] -Name=Reboot -Comment=Restart the system -Exec=systemctl reboot -Icon=system-reboot -Type=Application -Categories=System; diff --git a/dotfiles/system/.local/share/applications/shutdown.desktop b/dotfiles/system/.local/share/applications/shutdown.desktop deleted file mode 100644 index 2d93aa0..0000000 --- a/dotfiles/system/.local/share/applications/shutdown.desktop +++ /dev/null @@ -1,7 +0,0 @@ -[Desktop Entry] -Name=Shutdown -Comment=Power off the system -Exec=systemctl poweroff -Icon=system-shutdown -Type=Application -Categories=System; diff --git a/dotfiles/system/.local/share/applications/suspend.desktop b/dotfiles/system/.local/share/applications/suspend.desktop deleted file mode 100644 index ab8addf..0000000 --- a/dotfiles/system/.local/share/applications/suspend.desktop +++ /dev/null @@ -1,7 +0,0 @@ -[Desktop Entry] -Name=Suspend -Comment=Suspend the system to RAM -Exec=systemctl suspend -Icon=system-suspend -Type=Application -Categories=System; diff --git a/dotfiles/system/.local/share/applications/text.desktop b/dotfiles/system/.local/share/applications/text.desktop deleted file mode 100644 index 41ee05f..0000000 --- a/dotfiles/system/.local/share/applications/text.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Text editor -Exec=/usr/local/bin/st -e nvim %u |
