XFce: Configuration hints
Note: the configuration file ~/.xfwmrc has moved to ~/.xfce/xfwmrc in newer versions of XFce
Moving the pager from the top left to the top right
Remove the comments from xpager at the end of the .xfwmrc file.
DeIconify programs with single click instead of double click
Add this to your .xfwmrc file:
AddToFunc __ Iconfunc__
+ "C" Iconify
Add the fvwm2 taskbar to XFce and autostart it
Add the following to your .xfwmrc file:
# Start the taskbar on xfwm startup and restart
#
AddToFunc "InitFunction" "I" Module /usr/X11R6/lib/X11/fvwm2/FvwmTaskBar
AddToFunc "RestartFunction" "I" Module /usr/X11R6/lib/X11/fvwm2/FvwmTaskBar
#
# Set the style for the taskbar window, keep always on top of another
# windows
#
#------------------------------------ taskbar
*FvwmTaskBarBack #c3c3c3
*FvwmTaskBarFore black
*FvwmTaskBarTipsBack bisque
*FvwmTaskBarTipsFore black
*FvwmTaskBarGeometry +0-1
*FvwmTaskBarFont -adobe-helvetica-medium-r-*-*-14-*-*-*-*-*-*-*
*FvwmTaskBarSelFont -adobe-helvetica-bold-r-*-*-14-*-*-*-*-*-*-*
*FvwmTaskBarStatusFont fixed
*FvwmTaskBarAction Click1 Iconify -1, Raise
*FvwmTaskBarAction Click2 Iconify +1, Lower
*FvwmTaskBarAction Click3 Iconify -1, Raise
*FvwmTaskBarUseSkipList
*FvwmTaskBarUseIconNames
*FvwmTaskBarAutoStick
*FvwmTaskBarShowTips
*FvwmTaskBarButtonWidth 180
*FvwmTaskBarBellVolume 20
*FvwmTaskBarMailBox None
*FvwmTaskBarClockFormat %I:%M %p
*FvwmTaskBarStartName XFce
Add the AfterStep clock always on top in XFce and autostart it
Add the following to your .xfwmrc file:
Style "asclock" StaysOnTop
AddToFunc "InitFunction"
+ "I" Exec asclock