add kde-shortcuts

This commit is contained in:
Simon Rieger 2023-12-07 12:13:31 +01:00
parent 5306722933
commit 3a2ae744d5
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Use fuzzel to find a password from password-store and copy it to clipboard.
# inpired by: https://gist.github.com/igemnace/2b8609d280752e8a1b173204c14f6892
pass_name=$(cd $HOME/.password-store && rg --files | sort | sed 's/\.gpg$//' | fuzzel -d)
[[ $pass_name != "" ]] && pass show $pass_name | wl-copy

View file

@ -0,0 +1,11 @@
[clipman.desktop][Global Shortcuts]
_launch=Alt+Y
[fuzzel-plasma-pass.sh.desktop][Global Shortcuts]
_launch=Alt+Shift+Y
[fuzzel.desktop][Global Shortcuts]
_launch=Alt+D
[org.wezfurlong.wezterm.desktop][Global Shortcuts]
_launch=Alt+Return