Adding distributetags patch

This commit is contained in:
bakkeby
2021-04-06 12:47:38 +02:00
parent 905dc4d7af
commit 0c88a49e27
7 changed files with 37 additions and 0 deletions

View File

@@ -869,6 +869,9 @@ static Key keys[] = {
#if REORGANIZETAGS_PATCH
{ MODKEY|ControlMask, XK_r, reorganizetags, {0} },
#endif // REORGANIZETAGS_PATCH
#if DISTRIBUTETAGS_PATCH
{ MODKEY|ControlMask, XK_d, distributetags, {0} },
#endif // DISTRIBUTETAGS_PATCH
#if INSETS_PATCH
{ MODKEY|ShiftMask|ControlMask, XK_a, updateinset, {.v = &default_inset } },
#endif // INSETS_PATCH