The aptly named.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

57 lines
1.5 KiB

# Set default values for screen padding
kwmc config padding 40 20 20 20
# Set default values for container gaps
kwmc config gap 15 15
# Default tiling mode for Kwm (bsp | monocle | float)
kwmc config tiling bsp
# Automatically float windows that fail to resize
kwmc config float-non-resizable on
# Automatically resize the window to its container
kwmc config lock-to-container on
# Set focus-follows-mouse-mode to autoraise
kwmc config focus-follows-mouse off
kwmc config standby-on-float on
# Center window when made floating
kwmc config center-on-float on
kwmc config mouse-follows-focus on
kwmc config mouse-drag on
# The modifier keys to be held down to initiate mouse-drag
kwmc config mouse-drag mod shift+ctrl
# Allow window focus to wrap-around
kwmc config cycle-focus on
# Set default container split-ratio
kwmc config split-ratio 0.5
# New splits become the left leaf-node
kwmc config spawn left
kwmc rule owner="iTerm2" properties={role="AXDialog"}
kwms rule owner="Visual Studio" properties={role="AXGroup"}
kwmc rule owner="Dialpad" properties={float="true"}
kwmc rule owner="DB Browser for SQLLite" properties={float="true"}
# Enable border for focused window
kwmc config border focused on
kwmc config border focused size 2
kwmc config border focused color 0xFFBDD322
kwmc config border focused radius 6
# Enable border for marked window
kwmc config border marked on
kwmc config border marked size 2
kwmc config border marked color 0xFFCC5577
kwmc config border marked radius 6