diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-11 06:06:27 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-11 06:06:27 +0900 |
| commit | eeaa5670e9bbf54af3f5577f6631a72fb3d562de (patch) | |
| tree | 823ddf2e88b07c97592b9b9d776f6db1d6a97265 /ar/.local/bin/sysact | |
| parent | b15632ee7226179d9b7a40f8626f55eed29c92c3 (diff) | |
updates
Diffstat (limited to 'ar/.local/bin/sysact')
| -rwxr-xr-x | ar/.local/bin/sysact | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ar/.local/bin/sysact b/ar/.local/bin/sysact index d4f3653..64ef127 100755 --- a/ar/.local/bin/sysact +++ b/ar/.local/bin/sysact @@ -11,10 +11,10 @@ lock() { mpc pause pauseallmpv wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle - kill -39 "$(pidof dwmblocks)" + kill -38 "$(pidof dwmblocks)" slock wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle - kill -39 "$(pidof dwmblocks)" + kill -38 "$(pidof dwmblocks)" } wmpid() { # This function is needed if there are multiple instances of the window manager. |
