dotfiles/Utils/flickerScreen
Frank Villaro-Dixon d910a3b422 Utils added
2013-06-04 18:43:31 +02:00

2 lines
119 B
Plaintext
Executable file

while true; do xbacklight -set 0 -time 0 -steps 1; sleep 0.01; xbacklight -set 100 -time 0 -steps 1; sleep 0.01; done;