set match-hidden-files off
Pretty useful for me since, if you have a lot of applications installed then each of them would most probably have a hidden file (configuration) in your home directory.
linux chronicles and my life....
set match-hidden-files off
$ sudo /usr/sbin/timeconfig
/etc/locatime -> /usr/share/zoneinfo/Asia/Kolkata
Set display size in the xorg.conf file under section Monitor. X needs the display size in mm. So if your monitor resolution is 1360x768, then the display width for 100dpi would be 1360*.254 and for length : 768*.254
Section "Device"
.
.
Option "DPI" "100x100
End Section
Section "Monitor"
.
.
Identifier "Monitor0"
DisplaySize 345 195 # 1360x768 100dpi
.
.
End Section
Xft.antialias: 1and that seemed to help the general look and feel of fluxbox (running on Slackware 12.1)
Xft.hinting: 0
Xft.hintstyle: hintnone
Xft.rgba: none