Adding columns layout

This commit is contained in:
bakkeby
2019-10-08 22:57:21 +02:00
parent 83242012da
commit b32fe221b6
9 changed files with 170 additions and 4 deletions

View File

@@ -490,6 +490,12 @@
*/
#define CENTEREDFLOATINGMASTER_LAYOUT 0
/* Same as the default tile layout except clients in the master area are arranged in
* columns (i.e. left to right).
* https://dwm.suckless.org/patches/columns/
*/
#define COLUMNS_LAYOUT 0
/* Deck layout.
* https://dwm.suckless.org/patches/deck/
*/