Adding float border color patch

This commit is contained in:
bakkeby
2019-09-11 00:51:37 +02:00
parent d0757568ee
commit 5d33aebaaf
11 changed files with 121 additions and 58 deletions

View File

@ -90,7 +90,7 @@ fibonacci(Monitor *mon, int s)
ny += nh;
}
if ((i % 4) == 0) {
if(s)
if (s)
ny += nh;
else
ny -= nh;
@ -134,4 +134,4 @@ spiral(Monitor *m)
{
fibonacci(m, 0);
}
#endif
#endif