Previous Next Table of Contents

7.3 winoptions

winoptions file is used to configure settings for individual application windows.

Each line in the file must be in one of the possible formats:

window_class.window_name.option: argument window_name.option: argument window_class.option: argument

Each window on the desktop hash class and name resources associated with it. They can be determined using the xprop utility.

- configurable window options:
                - icon             set to icon_name

            all boolean options:  set to 0 or 1
            
                - onTop
                - allWorkspaces
                - ignoreWinList
                - ignoreTaskBar
                - fullKeys

              window functions
                - fMove
                - fResize
                - fClose
                - fMinimize
                - fMaximize
                - fHide
                - fShade

              window decorations
                - dTitleBar
                - dSysMenu
                - dBorder
                - dResize
                - dClose
                - dMinimize
                - dMaximize
                - dHide


Previous Next Table of Contents