Quote (mikshaw @ May 22 2008,08:42) | ||
Rather than running two instances of cp, use sed -i to edit the original file. Also, your sed seems to be a little overly specific
Mind this hasn't been tested in Fluxbox itself....just looked at the output of sed. nop might need a following () EDIT: sorry I forgot this is the rc thread. This is off-topic. |
Quote (florian @ May 21 2008,14:33) |
Great release candidate! I liked the default fixed font (at least in aterm). But it's just a personal aesthetic thing, so I can modify my own .Xdefaults However one (small) problem with smoothansi is that the "extended characters" do not get displayed as they used to. Try for instance running xsetup.sh script and you'll see what I mean. |
Quote (curaga @ May 24 2008,15:11) |
As alih posted in here, his second point is something that ought to be already in DSL. The use of exec startx instead of startx saves ram by chopping one bash process, and comes with no negative effects since when X dies bash is restarted by init. Except instead of putting it into an alias I'd just change it in /etc/skel/.bash_profile to not have manually using startx crap someones work out unexpectedly. Posting here in case Robert's busy and doesn't read all the threads. |