dotfiles/kwm/.kwm/kwmrc

33 lines
834 B
Plaintext

/*{-- Functional --}*/
kwmc config tiling bsp
kwmc config spawn right
/* Focus follows the mouse and the mouse follows focus */
kwmc config focus-follows-mouse on
kwmc config mouse-follows-focus on
/* Allow a window to be moved and resized by clicking with CMD held */
kwmc config mouse-drag on
kwmc config mouse-drag mod cmd
/* Automagically resize windows */
kwmc config lock-to-container on
/* Allow window focus to wrap */
kwmc config cycle-focus on
kwmc config float-non-resizable on
kwmc config standby-on-float on
kwmc config center-on-float on
kwmc rule owner="iTerm2" properties={role="AXDialog"}
/*{-- Cosmetic --}*/
kwmc config padding 30 30 30 30
kwmc config gap 30 30
kwmc config border focused on
kwmc config border focused size 3
kwmc config border focused color 0xFFAE9DAB
kwmc config border focused radius 10