diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-20 01:12:22 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-20 01:12:22 -0500 |
commit | 9f6fc523b68c67952c860f6fae7bc27bb7727e87 (patch) | |
tree | 9c277762bc56959295a992bb22dcba151809683c /.config/sxhkd | |
parent | 7faaf37fc230d4f68c52630840e50779a28bdc93 (diff) | |
parent | 3aec911183025fc3c20ee4878a61a0c777276a5b (diff) |
Merge branch 'master' of github.com:ChausseBenjamin/dotfiles
Diffstat (limited to '.config/sxhkd')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index a3163f4..be0e7c0 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -32,13 +32,13 @@ super + q super + b dwmc togglebar ## Change layout to {tiling, monocle} -super + {_,shift} t +super + {_,shift} + t dwmc setlayoutex {0,2} ## Change layout to {grid, floating} -super + {_,shift} g +super + {_,shift} + g dwmc setlayoutex {5,1} ## Change layout to {centeredmaster, floatingcenteredmaster} -super + {_,shift} m +super + {_,shift} + m dwmc setlayoutex {3,4} ## Make window fullscreen super + f |