Adding deck layout

This commit is contained in:
bakkeby
2019-09-09 18:00:02 +02:00
parent e490af0eb2
commit 7da1b17169
7 changed files with 178 additions and 2 deletions

View File

@@ -197,12 +197,17 @@
*/
#define BSTACKHORIZ_LAYOUT 0
/* Deck layout.
* https://dwm.suckless.org/patches/deck/
*/
#define DECK_LAYOUT 1
/* The default tile layout.
* This can be optionally disabled in favour of other layouts.
*/
#define TILE_LAYOUT 1
/* Monocle (default)
/* Monocle layout (default).
* This can be optionally disabled in favour of other layouts.
*/
#define MONOCLE_LAYOUT 1