maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   General (https://talk.maemo.org/forumdisplay.php?f=7)
-   -   simple shell script to toggle xterm scrollbar (https://talk.maemo.org/showthread.php?t=26422)

knorke 2009-01-24 13:51

simple shell script to toggle xterm scrollbar
 
Code:

#!/bin/sh
if `gconftool  -g /apps/osso/xterm/scrollbar`
then
        gconftool -s -t bool /apps/osso/xterm/scrollbar false
else
        gconftool -s -t bool /apps/osso/xterm/scrollbar true
fi



All times are GMT. The time now is 15:19.

vBulletin® Version 3.8.8