.TH "BadWMrc" "5" "September 11, 2004" "Robert Annessi" "" .SH "NAME" \fBBadWMrc\fR .SH "DESCRIPTION" In the ~/.BadWMrc file you can configure BadWM to fit your needs. .br The file consists of three sections: [global], [keys] and [theme]. .br A config file may look like this: .br # a sample ~/.BadWMrc .br # global section begins here. .br [global] .br # Terminal software to open. .br term = xterm .br # Arguments for terminal software. .br term_args = \-fg grey \-geometry 81x29 .br # Maximum amount of virtual desktops/workspaces (min 1, max 10). .br max_vdesks = 10 .br # Distance in pixels for snap to edge/border (0 to disable). .br snap_distance = 10 .br # Flips to resize/lower mouse buttons .br flip_resizelower = 0 .br # Enable/disable solid windows .br solidwindows = 0 .br # key section begins here. .br [keys] .br # Cycle through windows. .br next = Tab .br # Open new terminal software. .br term = Return .br # Place window topleft. .br topleft = t .br # Place window topright. .br topright = z .br # Place window bottomleft. .br bottomleft = g .br # Place window bottomright. .br bottomright = h .br # Lowers window (sends behind other windows). .br lower = Down .br # Maximise window. .br max = x .br # Maximise window horizontally. .br maxhoriz = c .br # Maximise window vertically. .br maxvert = v .br # Fix window (make it sticky \- window will be on all desktops). .br fix = f .br # Kill window. .br kill = k .br # Reload configuration. .br reload = r .br # Change one workspace down. .br vddown = Left .br # Change one workspace up. .br vdup = Right .br # begin theme section .br [theme] .br # Background color. .br bgcolor = gray50 .br # Foreground color. .br fgcolor = goldenrod .br # Fixed color. .br fxcolor = blue .br # end sample ~/.BadWMrc .br Note that BadWM does currently hardly any checking of the values specified in the config file. So it will probably behave weird if you enter wrong values. .SH "FILES" ~/.BadWMrc .SH "BUGS" Report bugs to · .SH "AUTHORS" Robert "ra" Annessi . .br Bojan "cappa" Savicevic . .br Alexander "godexsoft" Kremer . .SH "SEE ALSO" BadWM(1)