dots

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

commit 3c0bcfd1f26e5ec336c380def4679597ddb7a49a
parent 35d679b8490a01d6bcb991a701cd148ea56b705e
Author: awy <awy@awy.one>
Date:   Sat, 20 Dec 2025 21:26:02 +0300

centered

Diffstat:
M.local/bin/sysact | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/sysact b/.local/bin/sysact @@ -23,7 +23,7 @@ lock() { kill -44 $(pidof i3blocks) } -case "$(printf "lock\nleave $WM\nrenew $WM\nhibernate\nreboot\nshutdown\nsleep\ndisplay off" | mew -i -p 'Action: ')" in +case "$(printf "lock\nleave $WM\nrenew $WM\nhibernate\nreboot\nshutdown\nsleep\ndisplay off" | mew -c -l 8 -i -p 'Action: ')" in 'lock') lock ;; "leave $WM") swaymsg exit ;; "renew $WM") swaymsg reload ;;