mirror of
https://github.com/eRgo35/dwm.git
synced 2026-02-04 11:36:11 +01:00
Compare commits
2 Commits
e528e0865f
...
7d75c147d7
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d75c147d7 | |||
| 3c8140601d |
@@ -168,7 +168,7 @@ static void (*bartabmonfns[])(Monitor *) = { NULL /* , customlayoutfn */ };
|
|||||||
#if BAR_PANGO_PATCH
|
#if BAR_PANGO_PATCH
|
||||||
static const char font[] = "monospace 11";
|
static const char font[] = "monospace 11";
|
||||||
#else
|
#else
|
||||||
static const char *fonts[] = { "JetBrainsMono Nerd Font:size=11:antialias=true", "monospace:size=11:antialias=true" };
|
static const char *fonts[] = { "JetBrainsMono Nerd Font:size=11:antialias=true", "Roboto:size=11:antialias=true", "monospace:size=13:antialias=true" };
|
||||||
#endif // BAR_PANGO_PATCH
|
#endif // BAR_PANGO_PATCH
|
||||||
static const char dmenufont[] = "JetBrainsMono Nerd Font:size=11:antialias=true";
|
static const char dmenufont[] = "JetBrainsMono Nerd Font:size=11:antialias=true";
|
||||||
|
|
||||||
|
|||||||
@@ -1331,7 +1331,7 @@
|
|||||||
* https://github.com/bakkeby/patches/wiki/togglelayout
|
* https://github.com/bakkeby/patches/wiki/togglelayout
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define TOGGLELAYOUT_PATCH 0
|
#define TOGGLELAYOUT_PATCH 1
|
||||||
|
|
||||||
/* Minor patch that lets you use the same keyboard shortcut to toggle to the previous tag if the
|
/* Minor patch that lets you use the same keyboard shortcut to toggle to the previous tag if the
|
||||||
* designated tag is already active.
|
* designated tag is already active.
|
||||||
@@ -1425,7 +1425,7 @@
|
|||||||
* https://www.x.org/archive/X11R7.5/doc/input/XKB-Config.html
|
* https://www.x.org/archive/X11R7.5/doc/input/XKB-Config.html
|
||||||
* https://dwm.suckless.org/patches/xkb/
|
* https://dwm.suckless.org/patches/xkb/
|
||||||
*/
|
*/
|
||||||
#define XKB_PATCH 1
|
#define XKB_PATCH 0
|
||||||
|
|
||||||
/* Allows dwm to read colors from xrdb (.Xresources) during runtime. Compatible with
|
/* Allows dwm to read colors from xrdb (.Xresources) during runtime. Compatible with
|
||||||
* the float border color, awesomebar, urgentborder and titlecolor patches.
|
* the float border color, awesomebar, urgentborder and titlecolor patches.
|
||||||
@@ -1456,7 +1456,7 @@
|
|||||||
/* Bottomstack horizontal layout.
|
/* Bottomstack horizontal layout.
|
||||||
* https://dwm.suckless.org/patches/bottomstack/
|
* https://dwm.suckless.org/patches/bottomstack/
|
||||||
*/
|
*/
|
||||||
#define BSTACKHORIZ_LAYOUT 0
|
#define BSTACKHORIZ_LAYOUT 1
|
||||||
|
|
||||||
/* Centered master layout.
|
/* Centered master layout.
|
||||||
* https://dwm.suckless.org/patches/centeredmaster/
|
* https://dwm.suckless.org/patches/centeredmaster/
|
||||||
@@ -1466,18 +1466,18 @@
|
|||||||
/* Centered floating master layout.
|
/* Centered floating master layout.
|
||||||
* https://dwm.suckless.org/patches/centeredmaster/
|
* https://dwm.suckless.org/patches/centeredmaster/
|
||||||
*/
|
*/
|
||||||
#define CENTEREDFLOATINGMASTER_LAYOUT 0
|
#define CENTEREDFLOATINGMASTER_LAYOUT 1
|
||||||
|
|
||||||
/* Same as the default tile layout except clients in the master area are arranged in
|
/* Same as the default tile layout except clients in the master area are arranged in
|
||||||
* columns (i.e. left to right).
|
* columns (i.e. left to right).
|
||||||
* https://dwm.suckless.org/patches/columns/
|
* https://dwm.suckless.org/patches/columns/
|
||||||
*/
|
*/
|
||||||
#define COLUMNS_LAYOUT 0
|
#define COLUMNS_LAYOUT 1
|
||||||
|
|
||||||
/* Deck layout.
|
/* Deck layout.
|
||||||
* https://dwm.suckless.org/patches/deck/
|
* https://dwm.suckless.org/patches/deck/
|
||||||
*/
|
*/
|
||||||
#define DECK_LAYOUT 0
|
#define DECK_LAYOUT 1
|
||||||
|
|
||||||
/* Fibonacci dwindle layout.
|
/* Fibonacci dwindle layout.
|
||||||
* https://dwm.suckless.org/patches/fibonacci/
|
* https://dwm.suckless.org/patches/fibonacci/
|
||||||
@@ -1487,7 +1487,7 @@
|
|||||||
/* Fibonacci spiral layout.
|
/* Fibonacci spiral layout.
|
||||||
* https://dwm.suckless.org/patches/fibonacci/
|
* https://dwm.suckless.org/patches/fibonacci/
|
||||||
*/
|
*/
|
||||||
#define FIBONACCI_SPIRAL_LAYOUT 0
|
#define FIBONACCI_SPIRAL_LAYOUT 1
|
||||||
|
|
||||||
/* Flextile deluxe layout.
|
/* Flextile deluxe layout.
|
||||||
* A revamped, more flexible, and over-the-top version of the original flextile layout.
|
* A revamped, more flexible, and over-the-top version of the original flextile layout.
|
||||||
|
|||||||
Reference in New Issue
Block a user