From 52765f4724baaa18866b2968a8a63b349c0e1f67 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sat, 13 Jan 2024 22:57:14 -0500 Subject: Fix sxhkd typo --- .config/sxhkd/sxhkdrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config') 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 -- cgit v1.2.3