2016-09-25 18:48:38 +00:00
|
|
|
// define global vars
|
2016-09-26 15:29:46 +00:00
|
|
|
define PADDING 6
|
|
|
|
|
|
|
|
// default tiling is bsp
|
|
|
|
kwmc config tiling bsp
|
|
|
|
kwmc config spawn right
|
|
|
|
kwmc config split-ratio 0.425
|
2016-09-25 18:48:38 +00:00
|
|
|
|
|
|
|
// default style
|
|
|
|
kwmc config padding PADDING PADDING PADDING PADDING
|
|
|
|
kwmc config gap PADDING PADDING
|
2016-09-26 15:29:46 +00:00
|
|
|
kwmc config border focused on
|
|
|
|
kwmc config border focused size 2
|
|
|
|
kwmc config border focused color 0xFF5E8D87
|
|
|
|
kwmc config border focused radius 6
|
|
|
|
|
2016-09-25 18:48:38 +00:00
|
|
|
kwmc config hotkeys on
|
2016-09-26 15:29:46 +00:00
|
|
|
kwmc config cycle-focus on
|
|
|
|
kwmc config focus-follows-mouse on
|
|
|
|
kwmc config mouse-follows-focus on
|
2016-09-25 18:48:38 +00:00
|
|
|
kwmc config float-non-resizable on
|
|
|
|
kwmc config lock-to-container on
|
|
|
|
kwmc config standby-on-float on
|
2016-09-26 15:29:46 +00:00
|
|
|
kwmc config mouse-drag on
|
|
|
|
kwmc config mouse-drag mod shift
|
2016-09-25 18:48:38 +00:00
|
|
|
|
2016-09-26 15:29:46 +00:00
|
|
|
// override if there are two displays, smaller one monocle always
|
|
|
|
kwmc config display 0 mode bsp
|
|
|
|
kwmc config display 0 float-dim 1200 800
|
|
|
|
kwmc config display 1 mode monocle
|
|
|
|
kwmc config display 1 float-dim 1200 800
|
2016-09-25 18:48:38 +00:00
|
|
|
|
|
|
|
// Enable the prefix mode
|
|
|
|
kwmc mode prefix prefix on
|
2016-09-25 19:05:41 +00:00
|
|
|
kwmc mode prefix timeout 1
|
2016-09-25 18:48:38 +00:00
|
|
|
kwmc mode prefix restore default
|
2016-09-26 15:29:46 +00:00
|
|
|
kwmc mode prefix color 0xFFA54242
|
2016-09-25 18:48:38 +00:00
|
|
|
|
|
|
|
|
2016-09-26 15:29:46 +00:00
|
|
|
// include binds, space and other config + rules
|
|
|
|
include rules
|
|
|
|
include binds
|