sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 3151f73792ca0df330cc0dc5984e277fccf57c33
parent b2e17c531701bae244ea16128555cc4560354214
Author: ornx <ornx@protonmail.com>
Date:   Sun, 30 Jun 2019 13:09:03 -0400

[dwm][patch][awesomebar] fix description

Diffstat:
Mdwm.suckless.org/patches/awesomebar/index.md | 9++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dwm.suckless.org/patches/awesomebar/index.md b/dwm.suckless.org/patches/awesomebar/index.md @@ -4,11 +4,10 @@ awesomebar Description ----------- This patch changes the taskbar to be more like awesome. To be specific, it: - - * shows all tasks in the current tag in the taskbar at all times - * clicking on an unfocused window's title in the taskbar focuses that window - * clicking on a focused window's title in the taskbar hides that window - * clicking on a hidden window's title in the taskbar unhides and focuses that window +* shows all tasks in the current tag in the taskbar at all times +* clicking on an unfocused window's title in the taskbar focuses that window +* clicking on a focused window's title in the taskbar hides that window +* clicking on a hidden window's title in the taskbar unhides and focuses that window Since this patch relies on knowing how big everything is in the taskbar, make sure to adjust the buttonpress()/drawbar() functions to account for any space in the taskbar used by other patches (such as systray).