diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2020-08-01 12:58:48 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2020-08-01 12:58:48 +0100 |
commit | 0a1648e1eee35ba2485f58fba0079b04dc2cc920 (patch) | |
tree | f8cfa45dbc0d8f1ecddbf986ab07a1b2af5011f7 /SXHkD/.config | |
parent | d3f66b80caf87c8b1a08bf3ab5ed23dcd8a485df (diff) | |
download | dotfiles-0a1648e1eee35ba2485f58fba0079b04dc2cc920.tar.gz dotfiles-0a1648e1eee35ba2485f58fba0079b04dc2cc920.tar.bz2 dotfiles-0a1648e1eee35ba2485f58fba0079b04dc2cc920.zip |
+passmenu binding to sxhkd
This allows me to launch pass through dmenu and get passwords easily.
Diffstat (limited to 'SXHkD/.config')
-rw-r--r-- | SXHkD/.config/sxhkd/sxhkdrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/SXHkD/.config/sxhkd/sxhkdrc b/SXHkD/.config/sxhkd/sxhkdrc index d9cfac1..f6493dc 100644 --- a/SXHkD/.config/sxhkd/sxhkdrc +++ b/SXHkD/.config/sxhkd/sxhkdrc @@ -1,5 +1,4 @@ # Launchers - Print scrot -s; @@ -51,6 +50,9 @@ hyper + d hyper + m $HOME/.local/scripts/playlist_choice +hyper + p + passmenu + super + F12 systemctl suspend |