<p>SoinmylastpostaboutSucklessImentionedsomethingaboutcreatingapatchespageformymodstodwm.Well,thisisnolongernecessary.ThereasonImadethiswasbecauseIwantedtobeabletohavemorekey-bindstoruncertainapplications,notjustinteractwiththewindowmanager.Itwassomewhatdifficulttoimplementthisinamodularwaythateachpatchaddeddifferentkey-binds(e.g.onepatchforcmuscommands,anotherforbrightness,etc.).LuckilyIfoundavideowheretheymentionedauniversalkey-bindprogramcalled<code>sxhkd</code>("Simple X Hot-Key Daemon").Thisautomaticallymademylifeinfinitelybetter,sincenowallIneededwasaseparateconfigfileforjustthatoneapplicationthatwouldhandleallmykey-binds.</p>
<p>I'd like to underline how this is truly an example of the UNIX way of doing things. Instead of concentrating all these tasks into a single application, each application is highly specialized to a specific task, it'ssmall,anditdoesthistaskwell.Inthiscase,ratherthanhavingdwmmanageallthis,<code>sxhkd</code>ismanagingmykey-bindsandonlymykey-binds.IfIwishtochangetoanotherwindowmanager,Idon't have to worry about my key-binds since they'remanagedbyacompletelydifferentapplication.</p>