summaryrefslogtreecommitdiffstats
path: root/.local/share/applications
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-05-19 01:13:01 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-05-19 01:13:01 +0200
commita049f607713cefeabf2c3ffeeb4a1ddb9aa43b63 (patch)
tree0c3c6b4f38d075adcb1bbba3c26586df9b1858e9 /.local/share/applications
parent3819b9acac0b7b1d32bd852c7339ebe4413c6456 (diff)
downloaddotfiles-a049f607713cefeabf2c3ffeeb4a1ddb9aa43b63.tar.gz
dotfiles-a049f607713cefeabf2c3ffeeb4a1ddb9aa43b63.zip
feat: bind Meta+Shift+K to passmenu
Diffstat (limited to '.local/share/applications')
-rw-r--r--.local/share/applications/passmenu.desktop15
1 files changed, 15 insertions, 0 deletions
diff --git a/.local/share/applications/passmenu.desktop b/.local/share/applications/passmenu.desktop
new file mode 100644
index 0000000..b205e96
--- /dev/null
+++ b/.local/share/applications/passmenu.desktop
@@ -0,0 +1,15 @@
+[Desktop Entry]
+Type=Application
+Name=passmenu
+GenericName=Password Selector
+Comment=Pick a pass(1) entry and copy it to the clipboard
+Keywords=password;pass;passmenu;
+Categories=Utility;Security;
+Icon=dialog-password
+
+# Only used as a global-shortcut target, not a menu entry.
+NoDisplay=true
+TryExec=passmenu
+Exec=passmenu
+Terminal=false
+StartupNotify=false