fix some naming issues
This commit is contained in:
parent
0cdf94e790
commit
778a2c3f5b
22 changed files with 0 additions and 0 deletions
20
content/post/2006/11/screen-saver-yes.md
Normal file
20
content/post/2006/11/screen-saver-yes.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
+++
|
||||
date = "2006-11-23T17:11:00-07:00"
|
||||
title = "Screen Saver? Yes!"
|
||||
categories = ["software"]
|
||||
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](https://www.freshports.org/sysutils/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:
|
||||
|
||||
#!/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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue