dotfiles/i3/scripte/lockscreen.sh

3 lines
123 B
Bash
Raw Normal View History

2021-07-01 09:46:13 +02:00
#!/bin/bash
2021-07-03 12:04:40 +02:00
xautolock -detectsleep -time 15 -locker "xset dpms force off && i3lock --ignore-empty-password --color 000000"