diff options
Diffstat (limited to 'dotfiles/.config/sway/config')
-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 |