commit 3151f73792ca0df330cc0dc5984e277fccf57c33
Author: ornx <[email protected]>
Date:   Sun Jun 30 13:09:03 2019 -0400

    [dwm][patch][awesomebar] fix description

diff --git a/dwm.suckless.org/patches/awesomebar/index.md 
b/dwm.suckless.org/patches/awesomebar/index.md
index 7f6d7230..b52cdd4f 100644
--- 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).
 


Reply via email to