aboutsummaryrefslogtreecommitdiff
path: root/bspwm
diff options
context:
space:
mode:
Diffstat (limited to 'bspwm')
-rwxr-xr-xbspwm/.config/bspwm/bspwmrc7
-rw-r--r--bspwm/.config/sxhkd/sxhkdrc_bspwm6
2 files changed, 7 insertions, 6 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc
index 6110295..df75c57 100755
--- a/bspwm/.config/bspwm/bspwmrc
+++ b/bspwm/.config/bspwm/bspwmrc
@@ -15,8 +15,8 @@ else
bspc monitor LVDS-1 -d 1 2 3 4 5 6 7 8 9 10
fi
-bspc config border_width 0
-bspc config window_gap 0
+bspc config border_width 3
+bspc config window_gap 3
bspc config split_ratio 0.52
bspc config borderless_monocle true
@@ -30,7 +30,8 @@ bspc rule -a Gimp desktop='5' state=floating follow=on
bspc rule -a Chromium desktop='10'
bspc rule -a Firefox desktop='10'
bspc rule -a Vivaldi-stable desktop='10'
-bspc rule -a keepassxc desktop='4'
+bspc rule -a Brave-browser desktop='10'
+bspc rule -a KeePassXC desktop='4'
bspc rule -a Zathura state=tiled
bspc rule -a dropdown sticky=on state=floating hidden=on
bspc rule -a math sticky=on state=floating hidden=on
diff --git a/bspwm/.config/sxhkd/sxhkdrc_bspwm b/bspwm/.config/sxhkd/sxhkdrc_bspwm
index df43c44..8b4bd17 100644
--- a/bspwm/.config/sxhkd/sxhkdrc_bspwm
+++ b/bspwm/.config/sxhkd/sxhkdrc_bspwm
@@ -18,13 +18,13 @@ alt + {t,shift + t,shift + f,f}
alt + {Escape,semicolon}
bspc desktop -f {prev,next}.occupied
-# focus the node in the given direction
+# focus/swap the node in the given direction
alt + {_,shift + }{h,j,k,l}
bspc node -{f,s} {west,south,north,east}
# focus the next/previous window in the current desktop
-alt + super + {j,k}
- bspc node -f {prev,next}.local
+alt + {_,shift} + n
+ bspc node -f {next,prev}.local
# expand a window by moving one of its side outward
alt + ctrl + {h,j,k,l}