Reorginazation after switching to GNU Stow for organizing dotfiles

This commit is contained in:
2017-04-05 12:11:27 -04:00
parent e0445597d6
commit 7c52136278
205 changed files with 36928 additions and 82 deletions

32
kwm/.kwm/kwmrc Normal file
View File

@@ -0,0 +1,32 @@
/*{-- 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