summaryrefslogtreecommitdiffstats
path: root/.local/share/applications
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-06-19 15:47:17 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-06-19 15:47:17 +0200
commitf1ae4f588da2fd34b51d6e932ff35707dd95c836 (patch)
treea07f964ac68745a051f9ba89aaf16593a7bf6061 /.local/share/applications
parented7774292c866eb1ca5be8c8b022e06ece900993 (diff)
downloaddotfiles-f1ae4f588da2fd34b51d6e932ff35707dd95c836.tar.gz
dotfiles-f1ae4f588da2fd34b51d6e932ff35707dd95c836.zip
misc: clean up launchers (nvim/tmux/foot)
They now all use an icon, KDE properly removes the titlebar and frame.
Diffstat (limited to '.local/share/applications')
-rwxr-xr-x[-rw-r--r--].local/share/applications/notes.desktop (renamed from .local/share/applications/net.local.notes.desktop)1
-rw-r--r--.local/share/applications/nvim.desktop2
-rw-r--r--.local/share/applications/tmux.desktop11
3 files changed, 13 insertions, 1 deletions
diff --git a/.local/share/applications/net.local.notes.desktop b/.local/share/applications/notes.desktop
index b6f4200..90c70c2 100644..100755
--- a/.local/share/applications/net.local.notes.desktop
+++ b/.local/share/applications/notes.desktop
@@ -5,3 +5,4 @@ NoDisplay=true
StartupNotify=false
Type=Application
X-KDE-GlobalAccel-CommandShortcut=true
+Icon=/home/tvanbesi/.local/share/icons/tmux.svg
diff --git a/.local/share/applications/nvim.desktop b/.local/share/applications/nvim.desktop
index b9d4da5..5a809b7 100644
--- a/.local/share/applications/nvim.desktop
+++ b/.local/share/applications/nvim.desktop
@@ -9,7 +9,7 @@ Icon=nvim
# Hardcode foot instead of Terminal=true to avoid depending on KDE's default-terminal setting.
TryExec=foot
-Exec=foot -- nvim %F
+Exec=foot --app-id nvim --title Neovim -- nvim %F
Terminal=false
StartupNotify=false
diff --git a/.local/share/applications/tmux.desktop b/.local/share/applications/tmux.desktop
new file mode 100644
index 0000000..db2ae27
--- /dev/null
+++ b/.local/share/applications/tmux.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Type=Application
+Exec=foot --app-id tmux -- tmux
+Icon=/home/tvanbesi/.local/share/icons/tmux.svg
+Terminal=false
+StartupNotify=false
+
+Name=Tmux
+GenericName=Terminal multiplexer
+Comment=A terminal multiplexer for Unix-like operating systems
+