add swayidle.sh script
i noticed that after reload, sway doesn't kill previous swayidle, so i made this script to kill it myself. Fine, i'll do it myself. As one once said
This commit is contained in:
7
bin/swayidle.sh
Executable file
7
bin/swayidle.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#! /bin/bash
|
||||
|
||||
killall swayidle
|
||||
|
||||
cmd="swaylock"
|
||||
|
||||
swayidle before-sleep $cmd
|
||||
Reference in New Issue
Block a user