diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2023-07-01 23:19:19 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2023-07-01 23:19:19 +1200 |
commit | a8e106b3aea029dafcaa05e7b00e6bba521a11db (patch) | |
tree | e4478d72fad6f879a1e7643a203ed6efa1ee344f /sxhkd | |
parent | Add username-typing to rofi password-store script (diff) | |
download | dotfiles-a8e106b3aea029dafcaa05e7b00e6bba521a11db.tar.gz dotfiles-a8e106b3aea029dafcaa05e7b00e6bba521a11db.zip |
Add keybinding for rofi password-store login
Diffstat (limited to 'sxhkd')
-rw-r--r-- | sxhkd/sxhkdrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index 0e54d4fb..b4f823b6 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -22,6 +22,9 @@ super + m super + p exec rofi_pass +super + shift + p + exec rofi_pass --login + super + t exec thunar |