diff options
author | Justine Smithies <justine@smithies.me.uk> | 2025-06-15 14:35:25 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2025-06-15 14:35:25 +0100 |
commit | 7fdd35aae1ea0846a1a2faff4c303dd696a30964 (patch) | |
tree | e90ee71e716207135dcbef7f1f7af257e4d57d0d /.config/maomao/config.conf | |
parent | 11987c74aa7a48b8d33f7d2b2d50239c14e02eda (diff) |
Added keybind MOD + w to toggle Waybar
Diffstat (limited to '.config/maomao/config.conf')
-rw-r--r-- | .config/maomao/config.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/maomao/config.conf b/.config/maomao/config.conf index cc1542b..f269f22 100644 --- a/.config/maomao/config.conf +++ b/.config/maomao/config.conf @@ -134,6 +134,9 @@ bind=SUPER,Print,spawn,sh ~/.local/bin/screenshot.sh selected-region # Take a screenshot and save it to the clipboard bind=SUPER+SHIFT,Print,spawn,sh ~/.local/bin/screenshot.sh save-to-clipboard +# Toggle Waybar +bind=SUPER,w,spawn,killall -SIGUSR1 waybar + # exit bind=SUPER+SHIFT,e,quit bind=SUPER+SHIFT,q,killclient, |