index.md (1203B)
1 holdbar 2 ======= 3 4 Description 5 ----------- 6 Dwm's built-in status bar is now only shown when HOLDKEY is pressed. In addition the bar will now overlay the display. This will work regardless of the topbar setting. 7 This is meant to be used with the bar off by default 8 9 Notes 10 ----- 11 None of the togglebar code has been removed, although you might want to remove the togglebar binding in your config.def.h. 12 The holdbar-modkey patch is a variant where holdbar is only active when the bar is toggled off and the holdkey can be the same the modkey. 13 14 holdbar and pertag 15 ------------------ 16 This version is combined with pertag patch - the state of the bar is not stored per tag - if you hide the bar on one tag, it will stay hidden on all tags. This patch applies cleanly on dwm-6.2. The holdkey is enabled by default and mapped to Mod1. 17 18 19 Download 20 -------- 21 * [dwm-holdbar-6.2.diff](dwm-holdbar-6.2.diff) 22 * [dwm-holdbar-modkey-6.2.diff](dwm-holdbar-modkey-6.2.diff) 23 * [dwm-holdbar-modkey-pertag-nobar-6.2.diff](dwm-holdbar-modkey-pertag-nobar-6.2.diff) 24 25 Author 26 ------ 27 * Hayden Szymanski <hsszyman@gmail.com> 28 * Nihal Jere <nihal@nihaljere.xyz> (fixed flickering) 29 * Dariusz Fedejko <fedejko@gmail.com> (holdbar-pertag)