Remove comments
This commit is contained in:
parent
a789af4d1e
commit
a5c9bea672
|
@ -3,11 +3,6 @@
|
|||
export XSECURELOCK_KEY_F12_COMMAND='xset dpms force off'
|
||||
|
||||
xset s off
|
||||
#xset s 60 5
|
||||
#xset s 300 5
|
||||
xset dpms 0 0 890 # It has to be a little less than the xautlock
|
||||
#xset dpms 0 0 310
|
||||
#xss-lock -n /usr/lib/xsecurelock/dimmer -l -- xsecurelock
|
||||
xset dpms 0 0 890
|
||||
xautolock -time 15 -notify 15 -notifier '/usr/lib/xsecurelock/until_nonidle /usr/lib/xsecurelock/dimmer' -locker xsecurelock
|
||||
#xautolock -time 5 -notify 5 -notifier '/usr/lib/xsecurelock/until_nonidle /usr/lib/xsecurelock/dimmer' -locker xsecurelock
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
sleep 1
|
||||
xdotool mousedown 1
|
||||
xdotool mouseup 1
|
||||
|
|
|
@ -4,5 +4,3 @@ export XSECURELOCK_KEY_F12_COMMAND='xset dpms force off'
|
|||
|
||||
xset dpms force off
|
||||
xsecurelock
|
||||
# xset s activate
|
||||
# xsecurelock
|
||||
|
|
Loading…
Reference in New Issue