# a sample ~/.BadWMrc # global section begins here. [global] # Terminal software to open. term = xterm # Arguments for terminal software. term_args = -fg grey -geometry 81x29 # Maximum amount of virtual desktops/workspaces (min 1, max 10). max_vdesks = 10 # Distance in pixels for snap to edge/border (0 to disable). snap_distance = 10 # Flips to resize/lower mouse buttons flip_resizelower = 0 # Enable/disable solid windows solidwindows = 0 # key section begins here. [keys] # Cycle through windows. next = Tab # Open new terminal software. term = Return # Place window topleft. topleft = t # Place window topright. topright = z # Place window bottomleft. bottomleft = g # Place window bottomright. bottomright = h # Lowers window (sends behind other windows). lower = Down # Maximise window. max = x # Maximise window horizontally. maxhoriz = c # Maximise window vertically. maxvert = v # Fix window (make it sticky - window will be on all desktops). fix = f # Kill window. kill = k # Reload configuration. reload = r # Change one workspace down. vddown = Left # Change one workspace up. vdup = Right # begin theme section [theme] # Background color. bgcolor = gray50 # Foreground color. fgcolor = goldenrod # Fixed color. fxcolor = blue # end sample ~/.BadWMrc