initial commit
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
set +e
|
||||
|
||||
ps aux | grep wlsunset | grep -v swayidle | grep -v restart | grep -v grep | awk '{print $2}' | xargs sudo kill
|
||||
|
||||
nohup wlsunset -T 3501 -t 3500 >> /dev/null 2<&1 &
|
||||
Reference in New Issue
Block a user