diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-04-15 21:23:12 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-04-15 21:23:12 +0100 |
| commit | 40fb966e21f19b523e3980d12177c478768c5309 (patch) | |
| tree | 457cde30408d59a2709a61ef78039ed31ae33c8e /.config | |
| parent | 547bcf45d17ff30193384b68b8ce545de22b76f0 (diff) | |
Added toggle-waybar.sh script
Diffstat (limited to '.config')
| -rw-r--r-- | .config/mango/config.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/mango/config.conf b/.config/mango/config.conf index 0686d56..bb6fa97 100644 --- a/.config/mango/config.conf +++ b/.config/mango/config.conf @@ -169,7 +169,7 @@ bind=SUPER,Print,spawn_shell,sh ~/.local/bin/screenshot.sh selected-region bind=SUPER+SHIFT,Print,spawn_shell,sh ~/.local/bin/screenshot.sh save-to-clipboard # Toggle Waybar -bind=SUPER,w,spawn,killall -SIGUSR1 waybar +bind=SUPER,w,spawn_shell,sh ~/.local/bin/toggle-waybar.sh # exit bind=SUPER+SHIFT,e,quit |
