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 5e81b57acd3861f434f335e2bb8ebabd6ff6faa8
parent 10424ca0a1810831f5cb93efab25de357109ef32
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Thu, 10 Mar 2016 10:05:56 -0800

Merge branch 'master' of github.com:anders-dc/dotfiles

Diffstat:
M.kwm/kwmrc | 32++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/.kwm/kwmrc b/.kwm/kwmrc @@ -110,22 +110,22 @@ kwmc config marked-border color FFCC5577 kwmc bind cmd+alt+ctrl-q quit # Launch iTerm2 -kwmc bind cmd-return sys open -na /Applications/iTerm2.app +kwmc bind alt-return sys open -na /Applications/iTerm2.app # Toggle Focus Autoraise kwmc bind cmd+alt+ctrl-t config focus toggle # Set Space Tiling Mode To BSP -kwmc bind cmd+ctrl-a space -t bsp +kwmc bind alt+ctrl-a space -t bsp # Set Space Tiling Mode To Monocle -kwmc bind cmd+ctrl-s space -t monocle +kwmc bind alt+ctrl-s space -t monocle # Set Space Tiling Mode To Floating -kwmc bind cmd+ctrl-d space -t float +kwmc bind alt+ctrl-d space -t float # Rotate Window-Tree By 90* (Clockwise) -kwmc bind cmd+ctrl-r tree -r 90 +kwmc bind alt+ctrl-r tree -r 90 # Modify Container kwmc bind prefix-s window -c split @@ -145,10 +145,10 @@ kwmc bind cmd+alt+ctrl-j mark -w south wrap kwmc bind cmd+alt+ctrl-k mark -w north wrap # Give Focus To Window -kwmc bind cmd+alt-h window -f west -kwmc bind cmd+alt-l window -f east -kwmc bind cmd+alt-j window -f south -kwmc bind cmd+alt-k window -f north +kwmc bind alt-h window -f west +kwmc bind alt-l window -f east +kwmc bind alt-j window -f south +kwmc bind alt-k window -f north # Give Focus To Screen #kwmc bind cmd+alt-1 screen -f 0 @@ -156,10 +156,10 @@ kwmc bind cmd+alt-k window -f north #kwmc bind cmd+alt-3 screen -f 2 # Move Focused Window -kwmc bind ctrl+alt-h window -s west -kwmc bind ctrl+alt-j window -s south -kwmc bind ctrl+alt-k window -s north -kwmc bind ctrl+alt-l window -s east +kwmc bind alt+shift-h window -s west +kwmc bind alt+shift-j window -s south +kwmc bind alt+shift-k window -s north +kwmc bind alt+shift-l window -s east # Swap With Marked Window kwmc bind ctrl+alt-m window -s mark @@ -174,9 +174,9 @@ kwmc bind ctrl+shift-h window -x west kwmc bind ctrl+shift-x window -x mark # Move Focused Window To Screen -kwmc bind ctrl+alt-1 screen -m 0 -kwmc bind ctrl+alt-2 screen -m 1 -kwmc bind ctrl+alt-3 screen -m 2 +kwmc bind alt+shift-1 screen -m 0 +kwmc bind alt+shift-2 screen -m 1 +kwmc bind alt+shift-3 screen -m 2 # Increase Container Gaps kwmc bind prefix-x space -g increase horizontal