From d0629dca0432ad7d3d90a253f61acf993669fddd Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Fri, 10 Jul 2020 23:29:41 +0300 Subject: menupass overhaul: copy login as well as password --- dotfiles/.config/sway/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dotfiles/.config/sway') 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 -- cgit v1.2.3