From 21b375bc908727b6c6795ec07d945fed88312cd3 Mon Sep 17 00:00:00 2001 From: Brandon Cornejo Date: Tue, 12 Dec 2017 23:40:40 -0600 Subject: [PATCH] Delete kwmrc --- kwmrc | 57 --------------------------------------------------------- 1 file changed, 57 deletions(-) delete mode 100644 kwmrc diff --git a/kwmrc b/kwmrc deleted file mode 100644 index 47e6160..0000000 --- a/kwmrc +++ /dev/null @@ -1,57 +0,0 @@ -# Set default values for screen padding -kwmc config padding 40 20 20 20 - -# Set default values for container gaps -kwmc config gap 15 15 - -# Default tiling mode for Kwm (bsp | monocle | float) -kwmc config tiling bsp - -# Automatically float windows that fail to resize -kwmc config float-non-resizable on - -# Automatically resize the window to its container -kwmc config lock-to-container on - -# Set focus-follows-mouse-mode to autoraise -kwmc config focus-follows-mouse off - -kwmc config standby-on-float on - -# Center window when made floating -kwmc config center-on-float on - -kwmc config mouse-follows-focus on - -kwmc config mouse-drag on - -# The modifier keys to be held down to initiate mouse-drag -kwmc config mouse-drag mod shift+ctrl - -# Allow window focus to wrap-around -kwmc config cycle-focus on - -# Set default container split-ratio -kwmc config split-ratio 0.5 - -# New splits become the left leaf-node -kwmc config spawn left - -kwmc rule owner="iTerm2" properties={role="AXDialog"} -kwms rule owner="Visual Studio" properties={role="AXGroup"} - -kwmc rule owner="Dialpad" properties={float="true"} -kwmc rule owner="DB Browser for SQLLite" properties={float="true"} - - -# Enable border for focused window -kwmc config border focused on -kwmc config border focused size 2 -kwmc config border focused color 0xFFBDD322 -kwmc config border focused radius 6 - -# Enable border for marked window -kwmc config border marked on -kwmc config border marked size 2 -kwmc config border marked color 0xFFCC5577 -kwmc config border marked radius 6