Entries from July 2007
Gnome has a button that you can add to a panel to show/hide the
desktop, but there doesn’t seem to be a way to bind that action to a
key. Today I learned about the wmctrl program, which
can perform many window-manager operations, so I put together this
simple script which toggles the “show the desktop” state:
#!/bin/bash
# Toggle the [...]
[Read more →]
Tags: Linux · Tips & tricks
In setting up Ruby and Ruby on Rails in my (aging) 1GHz PowerBook, I decided to use Dan Benjamin’s excellent instructions, but I deviated from them in a few places to reduce compilation time and to fix some other problems, so I thought I’d document what I did in case it helps anyone else. So [...]
[Read more →]
Tags: Programming · Rails · Ruby · Tips & tricks