mirror of
https://github.com/webgefrickel/dotfiles
synced 2024-11-17 09:25:52 +00:00
42 lines
1.1 KiB
Plaintext
42 lines
1.1 KiB
Plaintext
// define global vars
|
|
define PADDING 3
|
|
|
|
// default tiling is bsp
|
|
kwmc config tiling bsp
|
|
kwmc config spawn right
|
|
kwmc config split-ratio 0.5
|
|
|
|
// default style
|
|
kwmc config padding PADDING PADDING PADDING PADDING
|
|
kwmc config gap PADDING PADDING
|
|
kwmc config border focused on
|
|
kwmc config border focused size 2
|
|
kwmc config border focused color 0xFF5E8D87
|
|
kwmc config border focused radius 6
|
|
|
|
kwmc config hotkeys on
|
|
kwmc config cycle-focus on
|
|
kwmc config focus-follows-mouse on
|
|
kwmc config mouse-follows-focus on
|
|
kwmc config float-non-resizable on
|
|
kwmc config lock-to-container on
|
|
kwmc config standby-on-float on
|
|
kwmc config mouse-drag off
|
|
|
|
// 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
|
|
|
|
// Enable the prefix mode
|
|
kwmc mode prefix prefix on
|
|
kwmc mode prefix timeout 1
|
|
kwmc mode prefix restore default
|
|
kwmc mode prefix color 0xFFA54242
|
|
|
|
|
|
// include binds, space and other config + rules
|
|
include rules
|
|
include binds
|