summaryrefslogtreecommitdiffhomepage
path: root/patch/focusadjacenttag.c
diff options
context:
space:
mode:
Diffstat (limited to 'patch/focusadjacenttag.c')
-rw-r--r--patch/focusadjacenttag.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/patch/focusadjacenttag.c b/patch/focusadjacenttag.c
index d6a8e7f..4183a46 100644
--- a/patch/focusadjacenttag.c
+++ b/patch/focusadjacenttag.c
@@ -35,6 +35,9 @@ viewtoleft(const Arg *arg)
#endif // pertagview
focus(NULL);
arrange(selmon);
+ #if BAR_EWMHTAGS_PATCH
+ updatecurrentdesktop();
+ #endif // BAR_EWMHTAGS_PATCH
}
}
@@ -51,6 +54,9 @@ viewtoright(const Arg *arg)
#endif // pertagview
focus(NULL);
arrange(selmon);
+ #if BAR_EWMHTAGS_PATCH
+ updatecurrentdesktop();
+ #endif // BAR_EWMHTAGS_PATCH
}
}
@@ -68,6 +74,9 @@ tagandviewtoleft(const Arg *arg)
#endif // pertagview
focus(selmon->sel);
arrange(selmon);
+ #if BAR_EWMHTAGS_PATCH
+ updatecurrentdesktop();
+ #endif // BAR_EWMHTAGS_PATCH
}
}
@@ -85,5 +94,8 @@ tagandviewtoright(const Arg *arg)
#endif // pertagview
focus(selmon->sel);
arrange(selmon);
+ #if BAR_EWMHTAGS_PATCH
+ updatecurrentdesktop();
+ #endif // BAR_EWMHTAGS_PATCH
}
} \ No newline at end of file