From fa6bf47a34b1f82a6ec2de71490bccd7b34419ac Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Tue, 23 Jun 2020 21:14:51 -0400 Subject: [PATCH] [provisioning] Configure BSPWM --- .config/bspwm/bspwmrc | 4 +++- .config/sxhkd/sxhkdrc | 12 ++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index a9af5df..4f62cf7 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -4,7 +4,7 @@ pgrep -x sxhkd >/dev/null \ && pkill -x -SIGUSR1 sxhkd \ || sxhkd & -bspc monitor -d I II III IV V VI VII VIII IX +bspc monitor -d I II III IV bspc config border_width 2 bspc config window_gap 12 @@ -14,6 +14,8 @@ bspc config split_ratio 0.52 bspc config borderless_monocle false bspc config gapless_monocle false +bspc config pointer_modifier mod1 + bspc rule -r '*' bspc rule -a Gimp desktop='^8' state=floating follow=on bspc rule -a Chromium desktop='^2' diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 8d5107a..da1a72d 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -1,9 +1,9 @@ {alt,shift + alt} + {j,k} bspc node {-f,-n} {next,prev}.active -alt + Return +super + Return bspc node -n biggest shift + alt + Return - xfce4-terminal + terminology {shift + ctrl,shift + alt + ctrl} + space state={fullscreen,floating}; \ bspc query -N -n "focused.$\{state\}" && state=tiled; \ @@ -12,7 +12,7 @@ shift + alt + space bspc desktop -l next shift + ctrl + r ~/.config/bspwm/bspwmrc -{alt,shift + alt} + {w,e} - bspc monitor {-f,-m} {west,east} -{alt,shift + alt} + {1-9} - bspc {desktop -f,node -d} ^{1-9} +# {ctrl + alt,shift + alt} + {Left,Right} +# bspc {monitor -f,node -m} {west,east} +{alt,shift + alt} + {1-4} + bspc {desktop -f,node -d} ^{1-4}