aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-02-24 22:34:29 +0000
committerJustine Smithies <justine@smithies.me.uk>2026-02-24 22:34:29 +0000
commit8bf46238a010679aeed2e3c6765a08835272fcf7 (patch)
tree98045a85bfb0dbabc27a615f439a8f63df868830
parentd223d57f4b2cb49474bf7cc9fc6cdc47bd00932f (diff)
Changed logout from herbstluftwm to bspwm
-rwxr-xr-x.local/bin/powermenu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/powermenu.sh b/.local/bin/powermenu.sh
index fabc31a..b717267 100755
--- a/.local/bin/powermenu.sh
+++ b/.local/bin/powermenu.sh
@@ -34,6 +34,6 @@ case $chosen in
# # $lock && WIP
# ;;
"$log_out")
- herbstclient quit
+ bspc quit
;;
esac