config

OpenBSD system configuration
git clone git://jacobedwards.org/config
Log | Files | Refs | README

commit 1fb44520ea6dbffc81e998c5bfa31ea1d5330756
parent 10583252f55156fe1e7cd8e1c77eedf8da9f611c
Author: jacobs-github <JacobDoesLinux@protonmail.com>
Date:   Thu, 20 Feb 2020 23:09:47 -0800

added bspc-select-size

Diffstat:
Msxhkd/.config/sxhkd/sxhkdrc | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc @@ -125,6 +125,10 @@ super + {i,o} super + ctrl + alt + shift + {h,l,k,j} bspc-snap {--left,--right,--up,--down} +# resize node by mouse selection +super + m + bspc-select-size + # equalize / balance windows super + {equal,minus} bspc node @/ {--equalize,--balance} @@ -173,7 +177,7 @@ super + Tab # shrink or expand nodes super + ctrl + {equal,minus} - bspc-larger-smaller {--enlarge,--shrink} + bspc-inc-edges {--enlarge,--shrink} # resize nodes super + ctrl + {h,j,k,l}