diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-06-21 09:53:45 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-06-21 09:53:45 +0100 |
| commit | 76db206411580486bb1047afee73abab84833548 (patch) | |
| tree | afa06a35f2aaa5dc0677e2317e093cb003e7a7f7 /.local | |
| parent | f1fb760f7f54cf0f0fceab9cbcceaf9d3f82fe56 (diff) | |
Switched to poweroff from shutdown -p now
Diffstat (limited to '.local')
| -rwxr-xr-x | .local/bin/power-menu-fuzzel.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/power-menu-fuzzel.sh b/.local/bin/power-menu-fuzzel.sh index 035e448..e597865 100755 --- a/.local/bin/power-menu-fuzzel.sh +++ b/.local/bin/power-menu-fuzzel.sh @@ -25,7 +25,7 @@ case $chosen in swaylock -f -i "$wallpaper" --effect-blur 10x5 --clock --datestr "%a %d %b %Y" --indicator ;; "$power_off") - doas shutdown -p now + doas poweroff ;; "$reboot") doas shutdown -r now |
