diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-31 18:53:46 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-31 18:53:46 -0500 |
commit | 15d8401ba95f48a4589739eeb564ec370dc16967 (patch) | |
tree | 86343a19e3978ba723db8e630a810f65e4aefa1e /.config/sxhkd | |
parent | 53f42a52329db9d0b5645442f2ebc378aa9e2d5e (diff) |
Control gaps with sxhkd
Diffstat (limited to '.config/sxhkd')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 24d2e14..3562eb1 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -31,13 +31,13 @@ super + q ## Toggle the dwm bar super + shift + b dwmc togglebar -## Change layout to {tiling, monocle} +## Change layout to {tiling, bstackhoriz} super + {_,shift} + t dwmc setlayoutex {0,2} -## Change layout to {grid, floating} +## Change layout to {nolayout, monocle} super + {_,shift} + g dwmc setlayoutex {5,1} -## Change layout to {centeredmaster, floatingcenteredmaster} +## Change layout to {centeredmaster, tilewide} super + {_,shift} + m dwmc setlayoutex {3,4} ## Make window fullscreen @@ -101,11 +101,11 @@ super + {bracketleft,bracketright} super + n dwmc setcfact 0 # ## Decrease/increase gaps -# super + {minus, shift + equal} -# dwmc setgaps {-,+}1 +super + {minus, shift + equal} + dwmc incrgaps {-,+}1 # ## Set gaps to zero -# super + equal -# dwmc setgaps 0 +super + equal + dwmc incrgaps = #-# Miscellaneous #-# ## Lock Screen |