dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 7ab4289350d358e0ee355442e48b8d327c3bd757
parent 781ad7b86cc2015746129709de3c1a7c67734878
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Thu, 24 Mar 2016 20:51:53 -0700

change configuration according to kwm 1.1.5

Diffstat:
M.kwm/kwmrc | 50+++++++++++++++++++++++++++-----------------------
1 file changed, 27 insertions(+), 23 deletions(-)

diff --git a/.kwm/kwmrc b/.kwm/kwmrc @@ -19,56 +19,55 @@ # include binds # Set default values for screen padding -kwmc config padding top 40 -kwmc config padding bottom 20 -kwmc config padding left 20 -kwmc config padding right 20 +kwmc config padding 40 20 20 20 # Set default values for container gaps -kwmc config gap vertical 15 -kwmc config gap horizontal 15 +kwmc config gap 15 15 -# Allow Kwm to tile windows -kwmc config tiling enable +# Default tiling mode for Kwm (bsp | monocle | float | off) +kwmc config tiling bsp # Let Kwm listen for hotkeys -kwmc config hotkeys enable +kwmc config hotkeys on # Set prefix for Kwms hotkeys -kwmc config prefix ctrl-x +kwmc config prefix-key ctrl-x # Prefix is not applied globally -kwmc config prefix-global disable +kwmc config prefix-global off # Time in seconds, before prefix must be re-activated kwmc config prefix-timeout 0.75 # Automatically float windows that fail to resize -kwmc config float-non-resizable enable - -# Float a window if moved using the mouse -kwmc config dragndrop disable +kwmc config float-non-resizable on # Set focus-follows-mouse-mode to autoraise kwmc config focus autoraise # Focus-follows-mouse is temporarily disabled when # a floating window has focus -kwmc config focus standby-on-float enable +kwmc config focus standby-on-float on # The mouse will automatically move to the center # of the focused window -kwmc config focus mouse-follows enable +kwmc config focus mouse-follows on # Allow window focus to wrap-around -kwmc config cycle-focus screen # all | disabled +kwmc config cycle-focus screen # Default tiling mode for new spaces kwmc config space bsp -# Override default tiling mode for given monitors -# kwmc config screen 0 bsp -# kwmc config screen 1 monocle +# Override default settings for space 1 on screen 0 +# kwmc config space 0 1 mode monocle +# kwmc config space 0 1 padding 100 100 100 100 +# kwmc config space 0 1 gap 40 40 + +# Override default settings for screen 1 +# kwmc config screen 1 mode bsp +# kwmc config screen 1 padding 100 100 100 100 +# kwmc config screen 1 gap 40 40 # Set default container split-ratio kwmc config split-ratio 0.5 @@ -95,15 +94,20 @@ kwmc config float Photoshop # kwmc config capture 1 iTunes # Enable border for focused window -kwmc config focused-border enable +kwmc config focused-border on kwmc config focused-border size 5 kwmc config focused-border color FFBDD322 # Enable border for marked window -kwmc config marked-border enable +kwmc config marked-border on kwmc config marked-border size 5 kwmc config marked-border color FFCC5577 +# Change border color when prefix-key is active +kwmc config prefix-border on +kwmc config prefix-border size 5 +kwmc config prefix-border color FF458588 + ######## Default Keybinds ######## # Quit Kwm