aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-04-19 20:38:29 +0100
committerJustine Smithies <justine@smithies.me.uk>2026-04-19 20:38:29 +0100
commitb349fd5dfc6f7984f4dfd3473b62701bc7cd060e (patch)
tree08425ef05df6ea3d01eb724a1a8e1d58e4b3115a
parent5c458fcec58aedd93b59db6222004c517da5c05a (diff)
Added pkill -SIGUSR1 -f waybar to toggle waybarHEADmaster
-rw-r--r--.config/mango/config.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/mango/config.conf b/.config/mango/config.conf
index ac16de5..ff37919 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_shell,sh ~/.local/bin/toggle-waybar.sh
+bind=SUPER,w,spawn,pkill -SIGUSR1 -f waybar
# exit
bind=SUPER+SHIFT,e,quit