summaryrefslogtreecommitdiffhomepage
path: root/dwm.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2021-05-30 19:26:27 +0200
committerbakkeby <[email protected]>2021-05-30 19:31:25 +0200
commitc968fd9aae7c18e61428bcab0f09798c2f9bdfb5 (patch)
tree93951faea0095d8cb5589b7fc9e49f8e108671ce /dwm.c
parent246f8f7260ee3fdd0cf0d6d73163cb1f4604c895 (diff)
downloaddwm-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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm.c b/dwm.c
index 8acedd4..f585ce4 100644
--- a/dwm.c
+++ b/dwm.c
@@ -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 */