diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-07-06 03:19:42 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-07-06 03:19:42 +0300 |
commit | 8df4bbea4983afe52c89181dc250f9336529f050 (patch) | |
tree | 7ea4bfb76600b422fc38d28bcddc305a3766fac0 /dotfiles/.config/sway/config | |
parent | 4ef7bf3303695e308ab31017d7e56486416bcfbb (diff) | |
download | swayrice-8df4bbea4983afe52c89181dc250f9336529f050.tar.gz swayrice-8df4bbea4983afe52c89181dc250f9336529f050.zip |
shortcut to hide waybar
Diffstat (limited to 'dotfiles/.config/sway/config')
-rw-r--r-- | dotfiles/.config/sway/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 30df794..5cbf298 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -312,6 +312,9 @@ bindsym --to-code { # restart waybar $mod+Ctrl+r exec --no-startup-id waybar_launch + # show/hide waybar + $mod+F1 exec --no-startup-id "killall -10 waybar" + # Shut down, restart and locking features $mod+Shift+e exec menusession |