lock 15min

This commit is contained in:
_N3m0 2024-03-04 12:59:09 +01:00
parent a74dd1e7ef
commit f22b670b5f
2 changed files with 2 additions and 2 deletions

2
power
View File

@ -1,6 +1,6 @@
#!/bin/bash
act=$(echo -e "reboot\nshutdown\nlock" | dmenu -p "action:")
act=$(echo -e "shutdown\nreboot\nlock" | dmenu -p "action:")
case $act in
"shutdown")

View File

@ -5,7 +5,7 @@
setxkbmap -layout fr &
# set screen lock
lstime=60
lstime=900
xset -dpms
xset dpms $lstime $lstime $lstime
xss-lock slock &