swaydots

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

commit 50f4997ae3bf2345f54e41644124b5b08f2f7fbc
parent 3a3218da317eaca3fad101ddc676eab7e747bc40
Author: awy <awy@awy.one>
Date:   Fri, 30 May 2025 16:07:31 +0300

sysact

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

diff --git a/.local/bin/sysact b/.local/bin/sysact @@ -14,7 +14,7 @@ wmpid(){ # This function is needed if there are multiple instances of the window } case "$(printf "🔒 lock\n🚪 leave $WM\n♻️ renew $WM\n🐻 hibernate\n🔃 reboot\n🖥️shutdown\n💤 sleep\n📺 display off" | wmenu -i -p 'Action: ')" in - '🔒 lock') slock ;; + '🔒 lock') swaylock ;; "🚪 leave $WM") swaymsg exit ;; "♻️ renew $WM") swaymsg reload ;; '🐻 hibernate') slock $ctl hibernate -i ;;