mirror of
https://github.com/eRgo35/dwm.git
synced 2025-12-16 05:46:09 +01:00
feat: changed default tiling modes
This commit is contained in:
@@ -241,13 +241,13 @@
|
||||
* Set the tagindicatortype variable in config.h to INDICATOR_TOP_BAR to enable this.
|
||||
* https://dwm.suckless.org/patches/activetagindicatorbar/
|
||||
*/
|
||||
#define BAR_ACTIVETAGINDICATORBAR_PATCH N/A
|
||||
#define BAR_ACTIVETAGINDICATORBAR_PATCH N / A
|
||||
|
||||
/* Alternative patch to the activetagindicatorbar patch, adds the bar below the tag
|
||||
* icon rather than above.
|
||||
* Set the tagindicatortype variable in config.h to INDICATOR_BOTTOM_BAR to enable this.
|
||||
*/
|
||||
#define BAR_ACTIVETAGINDICATORBAR_ALT1_PATCH N/A
|
||||
#define BAR_ACTIVETAGINDICATORBAR_ALT1_PATCH N / A
|
||||
|
||||
/* The alpha patch adds transparency for the status bar.
|
||||
* You need to uncomment the corresponding line in config.mk to use the -lXrender library
|
||||
@@ -302,7 +302,7 @@
|
||||
* Set the tagindicatortype variable in config.h to INDICATOR_CLIENT_DOTS to enable this.
|
||||
* https://dwm.suckless.org/patches/clientindicators/
|
||||
*/
|
||||
#define BAR_CLIENTINDICATOR_PATCH N/A
|
||||
#define BAR_CLIENTINDICATOR_PATCH N / A
|
||||
|
||||
/* Updates the position of dmenu to match that of the bar. I.e. if topbar is 0 then dmenu
|
||||
* will appear at the bottom and if 1 then dmenu will appear at the top.
|
||||
@@ -1331,7 +1331,7 @@
|
||||
* https://github.com/bakkeby/patches/wiki/togglelayout
|
||||
*/
|
||||
|
||||
#define TOGGLELAYOUT_PATCH 1
|
||||
#define TOGGLELAYOUT_PATCH 0
|
||||
|
||||
/* Minor patch that lets you use the same keyboard shortcut to toggle to the previous tag if the
|
||||
* designated tag is already active.
|
||||
@@ -1451,12 +1451,12 @@
|
||||
/* Bottomstack layout.
|
||||
* https://dwm.suckless.org/patches/bottomstack/
|
||||
*/
|
||||
#define BSTACK_LAYOUT 1
|
||||
#define BSTACK_LAYOUT 0
|
||||
|
||||
/* Bottomstack horizontal layout.
|
||||
* https://dwm.suckless.org/patches/bottomstack/
|
||||
*/
|
||||
#define BSTACKHORIZ_LAYOUT 1
|
||||
#define BSTACKHORIZ_LAYOUT 0
|
||||
|
||||
/* Centered master layout.
|
||||
* https://dwm.suckless.org/patches/centeredmaster/
|
||||
@@ -1466,34 +1466,34 @@
|
||||
/* Centered floating master layout.
|
||||
* https://dwm.suckless.org/patches/centeredmaster/
|
||||
*/
|
||||
#define CENTEREDFLOATINGMASTER_LAYOUT 1
|
||||
#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 1
|
||||
#define COLUMNS_LAYOUT 0
|
||||
|
||||
/* Deck layout.
|
||||
* https://dwm.suckless.org/patches/deck/
|
||||
*/
|
||||
#define DECK_LAYOUT 1
|
||||
#define DECK_LAYOUT 0
|
||||
|
||||
/* Fibonacci dwindle layout.
|
||||
* https://dwm.suckless.org/patches/fibonacci/
|
||||
*/
|
||||
#define FIBONACCI_DWINDLE_LAYOUT 1
|
||||
#define FIBONACCI_DWINDLE_LAYOUT 0
|
||||
|
||||
/* Fibonacci spiral layout.
|
||||
* https://dwm.suckless.org/patches/fibonacci/
|
||||
*/
|
||||
#define FIBONACCI_SPIRAL_LAYOUT 1
|
||||
#define FIBONACCI_SPIRAL_LAYOUT 0
|
||||
|
||||
/* Flextile deluxe layout.
|
||||
* A revamped, more flexible, and over-the-top version of the original flextile layout.
|
||||
* https://dwm.suckless.org/patches/flextile/ (original)
|
||||
*/
|
||||
#define FLEXTILE_DELUXE_LAYOUT 1
|
||||
#define FLEXTILE_DELUXE_LAYOUT 0
|
||||
|
||||
/* Gappless grid layout.
|
||||
* https://dwm.suckless.org/patches/gaplessgrid/
|
||||
@@ -1503,7 +1503,7 @@
|
||||
/* Gridmode (grid) layout.
|
||||
* https://dwm.suckless.org/patches/gridmode/
|
||||
*/
|
||||
#define GRIDMODE_LAYOUT 1
|
||||
#define GRIDMODE_LAYOUT 0
|
||||
|
||||
/* Horizontal grid (horizgrid) layout.
|
||||
* https://dwm.suckless.org/patches/horizgrid/
|
||||
@@ -1513,14 +1513,14 @@
|
||||
/* Grid layout where nmaster controls the number of rows.
|
||||
* https://dwm.suckless.org/patches/nrowgrid/
|
||||
*/
|
||||
#define NROWGRID_LAYOUT 0
|
||||
#define NROWGRID_LAYOUT 1
|
||||
|
||||
/* The default tile layout.
|
||||
* This can be optionally disabled in favour of other layouts.
|
||||
*/
|
||||
#define TILE_LAYOUT 1
|
||||
#define TILE_LAYOUT 0
|
||||
|
||||
/* Monocle layout (default).
|
||||
* This can be optionally disabled in favour of other layouts.
|
||||
*/
|
||||
#define MONOCLE_LAYOUT 1
|
||||
#define MONOCLE_LAYOUT 0
|
||||
|
||||
Reference in New Issue
Block a user