add kde-shortcuts
This commit is contained in:
parent
5306722933
commit
3a2ae744d5
2 changed files with 18 additions and 0 deletions
7
dot_config/fuzzel/executable_fuzzel-wl-copy-pass.sh
Normal file
7
dot_config/fuzzel/executable_fuzzel-wl-copy-pass.sh
Normal 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
|
11
plasma-shourtcuts/private_clipboard.kksrc
Normal file
11
plasma-shourtcuts/private_clipboard.kksrc
Normal 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
|
Loading…
Reference in a new issue