diff options
| author | bakkeby <[email protected]> | 2021-05-30 19:26:27 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2021-05-30 19:31:25 +0200 |
| commit | c968fd9aae7c18e61428bcab0f09798c2f9bdfb5 (patch) | |
| tree | 93951faea0095d8cb5589b7fc9e49f8e108671ce /dwm.c | |
| parent | 246f8f7260ee3fdd0cf0d6d73163cb1f4604c895 (diff) | |
| download | dwm-flexipatch-c968fd9aae7c18e61428bcab0f09798c2f9bdfb5.tar.gz dwm-flexipatch-c968fd9aae7c18e61428bcab0f09798c2f9bdfb5.zip | |
Renaming VIEW_SAME_TAG_GIVES_PREVIOUS_TAG_PATCH to TOGGLETAG_PATCH
Diffstat (limited to 'dwm.c')
| -rw-r--r-- | dwm.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4615,9 +4615,9 @@ view(const Arg *arg) if ((arg->ui & TAGMASK) == selmon->tagset[selmon->seltags]) #endif // EMPTYVIEW_PATCH { - #if VIEW_SAME_TAG_GIVES_PREVIOUS_TAG_PATCH + #if TOGGLETAG_PATCH view(&((Arg) { .ui = 0 })); - #endif // VIEW_SAME_TAG_GIVES_PREVIOUS_TAG_PATCH + #endif // TOGGLETAG_PATCH return; } selmon->seltags ^= 1; /* toggle sel tagset */ |
