Posted by member 333 on 2003-06-10 07:14:19
A thing that has bothered me abit with the otherwise excellent vwm-module bangvwm.dll (by jugg), is that the !bangs are different from all the other vwm-modules. So? Well, personally I've got my hotkey.rc configured so that WIN 1 will take me to vwmdesk 1, WIN Z will take me to the next vwmdesk, etc...
The problem is that bangvwm-bangs are a little different from ordinary vwmbangs (i.e. !vwmleft is called !bvwmprev).
So, instead of changing modules in themes with bangvwm, or changing stuff in hotkey.rc, I've made a tiny script (requires mzscript with {%args} substitution) as a work-around:
Just add this to a script-file of choice, or add another *mzscriptfile.
The problem is that bangvwm-bangs are a little different from ordinary vwmbangs (i.e. !vwmleft is called !bvwmprev).
So, instead of changing modules in themes with bangvwm, or changing stuff in hotkey.rc, I've made a tiny script (requires mzscript with {%args} substitution) as a work-around:
*script bang !vwmleft
*script exec !bVWMPrev
*script ~bang
*script bang !vwmright
*script exec !bVWMNext
*script ~bang
*script bang !vwmgather
*script exec !bVWMGather
*script ~bang
*script bang !vwmdesk
*script exec !bVWMDesk %#%{args} - 1%#
*script ~bang
*script exec !bVWMPrev
*script ~bang
*script bang !vwmright
*script exec !bVWMNext
*script ~bang
*script bang !vwmgather
*script exec !bVWMGather
*script ~bang
*script bang !vwmdesk
*script exec !bVWMDesk %#%{args} - 1%#
*script ~bang
Just add this to a script-file of choice, or add another *mzscriptfile.