Compare commits

...

3 Commits

Author SHA1 Message Date
dc05a9f0df fix: ignore result 2024-12-28 15:30:09 +01:00
24eb4817db feat: flextime deluxe 2024-12-28 15:10:44 +01:00
b158739c63 fix: removed double binding 2024-12-28 12:55:13 +01:00
4 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@ config.h
patches.h
.legacy/
.direnv/
result

View File

@@ -1185,7 +1185,7 @@ static const Key keys[] = {
{ MODKEY|Mod5Mask|Mod1Mask, XK_Tab, rotatelayoutaxis, {.i = -4 } }, /* flextile, 4 = secondary stack axis */
{ MODKEY|ControlMask, XK_Return, mirrorlayout, {0} }, /* flextile, flip master and stack areas */
#endif // FLEXTILE_DELUXE_LAYOUT
{ MODKEY, XK_space, setlayout, {0} },
/*{ MODKEY, XK_space, setlayout, {0} },*/
{ MODKEY|ShiftMask, XK_space, togglefloating, {0} },
#if MAXIMIZE_PATCH
{ MODKEY|ControlMask|ShiftMask, XK_h, togglehorizontalmax, {0} },

View File

@@ -1493,7 +1493,7 @@
* A revamped, more flexible, and over-the-top version of the original flextile layout.
* https://dwm.suckless.org/patches/flextile/ (original)
*/
#define FLEXTILE_DELUXE_LAYOUT 0
#define FLEXTILE_DELUXE_LAYOUT 1
/* Gappless grid layout.
* https://dwm.suckless.org/patches/gaplessgrid/

1
result Symbolic link
View File

@@ -0,0 +1 @@
/nix/store/xf0bjvqqsgpvas52xysakprn8l1d1abk-dwm-custom