swaydots

my dotfiles
git clone https://git.awy.one/swaydots.git
Log | Files | Refs | README | LICENSE

commit 57e5d098e2afa759edbd3f2a5051f697a442ee0e
parent 6d8bf87fff0406a1cb66e6cddb620dac792684ca
Author: awy <awy@awy.one>
Date:   Thu, 12 Jun 2025 18:58:11 +0300

sysact updates

Diffstat:
M.local/bin/sysact | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.local/bin/sysact b/.local/bin/sysact @@ -18,7 +18,7 @@ lock(){ pauseallmpv wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle kill -44 $(pidof i3blocks) - swaylock + pkill -SIGUSR1 swayidle wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle kill -44 $(pidof i3blocks) } @@ -27,8 +27,8 @@ case "$(printf "🔒 lock\n🚪 leave $WM\n♻️ renew $WM\n🐻 hibernate\n '🔒 lock') lock ;; "🚪 leave $WM") swaymsg exit ;; "♻️ renew $WM") swaymsg reload ;; - '🐻 hibernate') slock $ctl hibernate -i ;; - '💤 sleep') slock $ctl suspend -i ;; + '🐻 hibernate') $ctl hibernate -i ;; + '💤 sleep') $ctl suspend -i ;; '🔃 reboot') $ctl reboot -i ;; '🖥️shutdown') $ctl poweroff -i ;; '📺 display off') xset dpms force off ;;