Adding option to be able to reverse cycle through flextile-deluxe layouts
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user