20 lines
No EOL
1.9 KiB
XML
20 lines
No EOL
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>duckland.org news (screensaver)</title><link>http://www.duckland.org/</link><description></description><atom:link href="http://www.duckland.org/categories/screensaver.xml" type="application/rss+xml" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 10 Jun 2015 05:13:33 GMT</lastBuildDate><generator>http://getnikola.com/</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Screen Saver? Yes!</title><link>http://www.duckland.org/posts/200611screen-saver-yes.html</link><dc:creator>Don Harper</dc:creator><description><h1>Screen Saver? Yes!</h1>
|
||
|
||
<p>So, a while back I found a screensaver which is meant for the command<br>
|
||
line. It is called <a href="http://www.pulia.nu/tss/">tss</a>. The<br>
|
||
latest version is 0.8.1, and it is looking pretty cool.</p>
|
||
|
||
<p>Under screen 4.0 or higher, there is a command called idle which is<br>
|
||
set in seconds. By default, it uses screen’s built in lockscreen<br>
|
||
function, but if you define the environment variable LOCKPGR, then you<br>
|
||
can call something else. I have it call a the following script:</p>
|
||
|
||
<pre><code>#!/bin/bash
|
||
|
||
tss -r
|
||
exec vlock -a
|
||
</code></pre>
|
||
|
||
<p>This will lock my screen after a set time, and give me a nice thing to<br>
|
||
look at. <img alt=":)" src="http://www.duckland.org/wp-includes/images/smilies/icon_smile.gif"></p></description><category>cli</category><category>screensaver</category><category>software</category><guid>http://www.duckland.org/posts/200611screen-saver-yes.html</guid><pubDate>Thu, 23 Nov 2006 23:11:00 GMT</pubDate></item></channel></rss> |