diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-10-07 14:40:43 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-10-07 14:40:43 +0300 |
commit | 4213b8745e62801b9926c699edf7ad3ffd94f0b4 (patch) | |
tree | 5eefd6e6fac3f6291a3b76ff1a54ecc112f32ebb /dotfiles/.config/sway | |
parent | d24e93fbc4d147627e99ef751b6f945a8924a14f (diff) | |
download | swayrice-4213b8745e62801b9926c699edf7ad3ffd94f0b4.tar.gz swayrice-4213b8745e62801b9926c699edf7ad3ffd94f0b4.zip |
menuworkspace script
Diffstat (limited to 'dotfiles/.config/sway')
-rw-r--r-- | dotfiles/.config/sway/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index f54e4f3..f440c0b 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -193,6 +193,7 @@ bindsym --to-code { $mod+Shift+apostrophe exec "menupass -l" $mod+Ctrl+apostrophe exec "menupass -f" $mod+Ctrl+Shift+apostrophe exec "menupass -s" + $mod+backslash exec "menuworkspace" # Network management $mod+Shift+c exec togglevpn |