Post Your dwm Bar - Desktop Customization & Workflow
Users browsing this thread: 1 Guest(s)
|
|||
After a quick visit to IRC, it seems that a lot of people here use dwm.
Here's what I use instead of conky under Arch Linux. Code: ### DWM Adding the following two line to the buttons array in dwm's config.h file will allow you to change the volume using the mousewheel while hovering over the status bar. Very handy. Code: { ClkStatusText, 0, Button4, spawn, SHCMD("amixer -q set Master 2dB+ unmute") }, |
|||
|
|||
Thinking of switching to dwm, this looks like it could be useful, thanks.
|
|||