2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-17 09:25:52 +00:00
steffen-dotfiles/kwm/kwmrc

42 lines
1.1 KiB
Plaintext
Raw Normal View History

2016-09-25 18:48:38 +00:00
// define global vars
2016-09-30 09:03:05 +00:00
define PADDING 4
2016-09-26 15:29:46 +00:00
// 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-30 09:03:05 +00:00
kwmc config mouse-drag off
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