diff options
| author | marcellus <msimon_fr@hotmail.com> | 2024-02-02 22:13:34 +0100 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2024-02-02 22:13:34 +0100 |
| commit | 3ddbe04c5a8b01fe00221339dcfc5489b2b032db (patch) | |
| tree | 24abfc50f4a926ce22e047637617fbc5cd3eae67 /scripts/dmenuoff | |
| parent | 1b7402b9e0d623cab9284aada81fb5429cf662e7 (diff) | |
various: read the diff
Diffstat (limited to 'scripts/dmenuoff')
| -rwxr-xr-x | scripts/dmenuoff | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/dmenuoff b/scripts/dmenuoff index e278c8a..2be5a99 100755 --- a/scripts/dmenuoff +++ b/scripts/dmenuoff @@ -7,9 +7,9 @@ ROOTCMD="${ROOTCMD:-$(command -v doas || command -v sudo)}" case "$QUERY" in "lock") - slock ;; + glitchlock ;; "poweroff") "$ROOTCMD" poweroff ;; "reboot") "$ROOTCMD" reboot ;; -esac
\ No newline at end of file +esac |
