formatting cleanup

This commit is contained in:
Don Harper 2020-03-10 06:36:05 -05:00
parent 8f8407a067
commit 3efc3b68ea
4 changed files with 9 additions and 31 deletions

View file

@ -8,19 +8,13 @@ tags = ["cli","screensaver"]
Screen Saver? Yes!
==================
So, a while back I found a screensaver which is meant for the command\
line. It is called [tss](http://www.pulia.nu/tss/). The\
latest version is 0.8.1, and it is looking pretty cool.
So, a while back I found a screensaver which is meant for the command line. It is called [tss](http://www.pulia.nu/tss/). The latest version is 0.8.1, and it is looking pretty cool.
Under screen 4.0 or higher, there is a command called idle which is\
set in seconds. By default, it uses screen's built in lockscreen\
function, but if you define the environment variable LOCKPGR, then you\
can call something else. I have it call a the following script:
Under screen 4.0 or higher, there is a command called idle which is set in seconds. By default, it uses screen's built in lockscreen function, but if you define the environment variable LOCKPGR, then you can call something else. I have it call a the following script:
#!/bin/bash
tss -r
exec vlock -a
This will lock my screen after a set time, and give me a nice thing to\
look at.
This will lock my screen after a set time, and give me a nice thing to look at.