Move to Chezmoi
This commit is contained in:
parent
f216c4ff2c
commit
e3498e73b5
59 changed files with 499 additions and 2240 deletions
home/bin
|
@ -1,17 +0,0 @@
|
|||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
revert() {
|
||||
# disable DPMS
|
||||
xset dpms 0 0 0
|
||||
}
|
||||
|
||||
# revert DPMS on script exit
|
||||
trap revert EXIT
|
||||
|
||||
# turn off screen after 5 seconds
|
||||
xset +dpms dpms 5 5 5
|
||||
|
||||
i3lock --nofork -c 000000
|
||||
|
||||
revert
|
Loading…
Add table
Add a link
Reference in a new issue