summaryrefslogtreecommitdiffhomepage
path: root/patch/pertag.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-05-01 16:45:25 +0200
committerbakkeby <[email protected]>2020-05-01 16:45:25 +0200
commitb837899f7aff816895ae892f965be461c8b027ef (patch)
treee30df5299ec9b5db4f9d582edae32bd00bcaf3be /patch/pertag.c
parent0a0222d9290bfc660145d7a72d37c8c5e1328dd7 (diff)
downloaddwm-flexipatch-b837899f7aff816895ae892f965be461c8b027ef.tar.gz
dwm-flexipatch-b837899f7aff816895ae892f965be461c8b027ef.zip
Adding option to be able to reverse cycle through flextile-deluxe layouts
Diffstat (limited to 'patch/pertag.c')
-rw-r--r--patch/pertag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/pertag.c b/patch/pertag.c
index 3b598ee..cc97a6c 100644
--- a/patch/pertag.c
+++ b/patch/pertag.c
@@ -36,7 +36,7 @@ pertagview(const Arg *arg)
if (arg->ui == ~0)
selmon->pertag->curtag = 0;
else {
- for (i=0; !(arg->ui & 1 << i); i++) ;
+ for (i = 0; !(arg->ui & 1 << i); i++) ;
selmon->pertag->curtag = i + 1;
}
} else {