aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-03-08 19:18:07 +0000
committerJustine Smithies <justine@smithies.me.uk>2026-03-08 19:18:07 +0000
commita46cac19f8ea6cbaed1cc29ace2c63101cb0b741 (patch)
tree34e45863dede617b51de89f12e0c04fdf4cab825 /.local
parent0ef400dd4c890c279e99bec05527f6af250ee1e9 (diff)
Added xlock settings
Diffstat (limited to '.local')
-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 b717267..44816cf 100755
--- a/.local/bin/powermenu.sh
+++ b/.local/bin/powermenu.sh
@@ -19,7 +19,7 @@ rofi_command="rofi -theme themes/power-menu.rasi -i "
chosen="$(echo -e "$options" | $rofi_command -dmenu -mesg "Power Menu" )"
case $chosen in
"$lock_screen")
- xlock -mode julia
+ xlock
;;
"$power_off")
doas halt -p