Re: Advanced configuration
Brought to you by:
captnmark
|
From: Jared Q. <xea...@gm...> - 2005-08-16 07:45:42
|
On 8/16/05, David Mattes <dav...@bo...> wrote:=20 > I would like to disable the "Window List" from ever appearing in IceWM. > Is this possible? --disable-winlist doesn't seem to do this.=20 You should be able to do it using preferences... # do not show Window list option in the pop-up menu ShowWindowList=3D0 # do not show window list menu on taskbar TaskBarShowWindowListMenu=3D0 # do not assign a desktop click to bring up the Window List DesktopMenuButton=3D0 # do not assign a hot key to bring up the window list KeySysWindowList=3D"" I would like to disable the window operations list that appears when I > right-click on a titlebar, or on a taskbar entry, or on the system-icon= =20 > on the left side of the titlebar. How can I do this? KeyWinMenu=3D"" KeySysWinMenu=3D"" DesktopWinMenuButton=3D0 You may also want to remove "s" from any of the TitleButtons options so tha= t=20 the buttons on windows can't bring up the sysmenu either. Finally, I'd like to change the icon for the "Show Desktop" button on > the taskbar. Is this possible through a config file? This icon is found in THEME/taskbar/desktop.xpm=20 cheers, jared |