mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
Corrections
This commit is contained in:
parent
1835803611
commit
2d1d1dade4
@ -57,9 +57,10 @@
|
|||||||
|
|
||||||
/* Enhanced taskbar that shows the titles of all visible windows in the status bar
|
/* Enhanced taskbar that shows the titles of all visible windows in the status bar
|
||||||
* and allows focus / hiding / unhiding of windows by clicking on the status bar.
|
* and allows focus / hiding / unhiding of windows by clicking on the status bar.
|
||||||
|
* Awesomebar takes precedence over fancybar.
|
||||||
* https://dwm.suckless.org/patches/awesomebar/
|
* https://dwm.suckless.org/patches/awesomebar/
|
||||||
*/
|
*/
|
||||||
#define AWESOMEBAR_PATCH 1
|
#define AWESOMEBAR_PATCH 0
|
||||||
|
|
||||||
/* This patch adds an iscentered rule to automatically center clients on the current monitor.
|
/* This patch adds an iscentered rule to automatically center clients on the current monitor.
|
||||||
* https://dwm.suckless.org/patches/center/
|
* https://dwm.suckless.org/patches/center/
|
||||||
@ -79,6 +80,7 @@
|
|||||||
|
|
||||||
/* This patch shows the titles of all visible windows in the status bar
|
/* This patch shows the titles of all visible windows in the status bar
|
||||||
* (as opposed to showing only the selected one).
|
* (as opposed to showing only the selected one).
|
||||||
|
* Awesomebar takes precedence over fancybar.
|
||||||
* https://dwm.suckless.org/patches/fancybar/
|
* https://dwm.suckless.org/patches/fancybar/
|
||||||
*/
|
*/
|
||||||
#define FANCYBAR_PATCH 0
|
#define FANCYBAR_PATCH 0
|
||||||
|
Loading…
Reference in New Issue
Block a user