[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tags not responding to mouse clicks



No, no, thank *you* Thorsten for your super work!

Best regards,

Kinley

On Wed, Jan 14, 2015 at 8:26 PM, Thorsten Wißmann <edu _at_ thorsten _minus_ wissmann _dot_ de> wrote:
Hey,

Thanks for the update! :-)

Cheers,
Thorsten

On Wed, Jan 14, 2015 at 12:10:51PM +0600, Kinley Dorji wrote:
> Resending to make sure original thread is linked to this update:
>
> Solved! The keyboard was fine. The superkeys weren't responding because
> someone (probably my younger daughter) had pulled the game lock key.
> Switching backk solved that problem. But the dzen2 bar continued to be
> unresponsive to clicks. So after living with using the superkey + tag index
> to switch between tags till now, I decided to relook at the problem.
>
> I took a closer look at hlwm's autostart and panel.sh scripts. I came
> across this snippet in panel.sh which looked like something to hack:
>
>   if [ ! -z "$dzen2_svn" ] ; then
>      echo -n "^ca(1,herbstclient focus_monitor $monitor && "'herbstclient
> use "'${i:1}'") '"${i:1} ^ca()"
>   else
>     echo -n " ${i:1} "
>   fi
>
> Since I'm using dzen2-git, I thought I'd try changing the else section from:
>   echo -n " ${i:1} "
> to:
>   echo -n "^ca(1,herbstclient focus_monitor $monitor && "'herbstclient use
> "'${i:1}'") '"${i:1} ^ca()"
>
> And it worked.
>
> I have no idea why the original panel.sh version worked before my Logitech
> keyboard hacks and why it didn't work later as I didn't touch panel.sh nor
> do I think the keyboard hacks would have. Still, happy to be back to status
> quo. :)
>
> On Thu, Sep 11, 2014 at 10:13 PM, Kinley Dorji <kinleyd _at_ gmail _dot_ com> wrote:
>
> > Hi all,
> >
> > Not sure what the problem is, but it started after I upgraded my system to
> > the kernel v. 3.16.2.1 a couple of days ago. Everything else works except
> > my system doesn't respond to clicks on the tag names when I try to switch
> > tags via the mouse. Win+[Tag Number] still works though, so it's not a
> > complete show stopper.
> >
> > I'm on hlwm 0.6.2-2.
> >
> > Suggestions/help/fixes are in welcome!
> >
> > Thanks,
> >
> > Kinley
> >