I use a substandard box, a Sempron 2600 (1.6 Mhz) with 512 MB RAM, everything else is integrated to the mb and to top it all, the SiS driver is buggy, so i use 'vesa'.
These are my config files for IceWM:
Code: Select all
# .icewm/preferences
OpaqueMove=0
OpaqueResize=0
SmartPlacement=1
MenuMouseTracking=1
ModSuperIsCtrlAlt=1
UseMouseWheel=1
QuickSwitch=1
AutoReloadMenus=1
ShowProgramsMenu=1
ShowThemesMenu=1
ShowHelp=1
TerminalCommand="urxvt"
ShutdownCommand="sudo halt"
RebootCommand="sudo reboot"
WorkspaceNames=" 1"," 2"
LockCommand="xlock -mode blank"
ShowTaskBar=1
TaskBarAutoHide=0
TaskBarShowClock=1
TaskBarShowAPMStatus=0
TaskBarAtTop=1
TaskBarShowAPMStatus=0
TaskBarShowAPMTime=0
TaskBarShowMailboxStatus=1
TaskBarShowWindows=1
TaskBarShowShowDesktopButton=0
TaskBarShowTray=1
TaskBarShowWindowIcons=0
TaskBarShowCPUStatus=0
TaskBarShowNetStatus=0
TaskBarShowCollapseButton=0
TaskBarWorkspacesLeft=1
TimeFormat="%R"
TaskBarShowShowDesktopButton=1
TaskBarShowWindowListMenu=0
TaskBarShowMailboxStatus=0
TaskBarMailboxStatusBeepOnNewMail=0
NormalTaskBarFontName="-*-sans-medium-r-*-*-*-100-*-*-*-*-*- *"
NormalTaskBarFontNameXft="sans-serif:size=9"
ActiveTaskBarFontName="-*-sans-r-*-*-*-100-*-*-*-*-*-*"
ActiveTaskBarFontNameXft="sans-serif:size=9"
These are my key bindings, Super=Windows key, notice i can shut the machine off with the Windows key and the Pause key (sudo has to be configured), and take a screenshot by pressing the Print key.
Code: Select all
# .icewm/keys
key"Super+c" urxvt
key"Super+e" xfe -m
key"Super+m" sylpheed
key"Super+i" iceweasel
key"Super+u" xchat
key"Super+q" gqview
key"Super+l" xlock -mode blank
key"Super+Pause" sudo halt
key"Print" urxvt -e scrot -cd 10
# .icewm/winoptions
Code: Select all
urxvt.startMaximized: 1
sylpheed.startMaximized: 1
xchat.startMaximized: 1
gqview.startMaximized: 1
iceweasel.startMaximized: 1
pcmanfm.startMaximized: 1
# .icewm/prefoverride
Code: Select all
KeyWinClose="Super+k"
KeyWinMaximize="F12"
KeySysTileHorizontal="Super+F3"
KeySysTileVertical="Super+F2"
I maximize with F12
I split the screen horizontally with win key and F3
and vertically with win key and F2
For the main menu, just press Windows key.
Alt-Tab is enabled by default
Switch to next workspace with win key + right arrow, go back with left arrow OR win key + #
Move a screen to another workspace with Win key+Shift+arrow OR # of workspace you want.
To restart icewm: win key + Delete
IceWM uses 3 MB RAM, hard to beat...
To me, the object of the game is to keep my hands on the keyboard, it's faster and my wrists appreciate it; thus, my configuration.
Screenshot
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://farm3.static.flickr.com/2291/3532736442_820e934010_o.png"
linktext was:"http://farm3.static.flickr.com/2291/353 ... 4010_o.png"
====================================
" onclick="window.open(this.href);return false
PD: I forgot, to eliminate the taskbar: Windows key + h
to bring it back, same keybindings.