diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-03-08 19:18:07 +0000 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-03-08 19:18:07 +0000 |
| commit | a46cac19f8ea6cbaed1cc29ace2c63101cb0b741 (patch) | |
| tree | 34e45863dede617b51de89f12e0c04fdf4cab825 /.local/bin | |
| parent | 0ef400dd4c890c279e99bec05527f6af250ee1e9 (diff) | |
Added xlock settings
Diffstat (limited to '.local/bin')
| -rwxr-xr-x | .local/bin/powermenu.sh | 2 |
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 |
