diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-07-10 23:29:41 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-07-10 23:29:41 +0300 |
commit | d0629dca0432ad7d3d90a253f61acf993669fddd (patch) | |
tree | 4031a04da8e7f4c64928af74b36ab4406422208e /dotfiles/.config/sway | |
parent | ac8ef74f6322c0b811dc9720fbc9d6dd8fba305c (diff) | |
download | swayrice-d0629dca0432ad7d3d90a253f61acf993669fddd.tar.gz swayrice-d0629dca0432ad7d3d90a253f61acf993669fddd.zip |
menupass overhaul: copy login as well as password
Diffstat (limited to 'dotfiles/.config/sway')
-rw-r--r-- | dotfiles/.config/sway/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 5cab1bf..6296a85 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -185,7 +185,9 @@ bindsym --to-code { $mod+Ctrl+grave exec --no-startup-id menuwebsurf $mod+Shift+grave exec --no-startup-id menuwebsurf paste $mod+apostrophe exec --no-startup-id menupass - $mod+Shift+apostrophe exec --no-startup-id "menupass --type" + $mod+Shift+apostrophe exec --no-startup-id "menupass -l" + $mod+Ctrl+apostrophe exec --no-startup-id "menupass -f" + $mod+Ctrl+Shift+apostrophe exec --no-startup-id "menupass -s" # Network management $mod+Shift+c exec togglevpn |