Leinnan / lwa-hot-corners

GNU General Public License v3.0
27 stars 2 forks source link

Using hot corner also displays slow keys notice #3

Closed dessington closed 4 years ago

dessington commented 4 years ago

I've integrated this into DXT3 with the following conf and it works well. There is just one small issue when using bottom-right corner - it displays a notice about slow keys, which is disabled. Any advice to get rid of this notice? Any help is appreciated. It also only seems to show the notice the first time the corner is used, after that it doesn't appear.

top_left_command= top_right_command=xfce4-terminal -e 'sudo /usr/share/dxt3/update' bottom_left_command= bottom_right_command=xdotool key ctrl+alt+d hold_duration=250 disable_on_fullscreen=true

Leinnan commented 4 years ago

You can skip empty commands. I will try to add today that when command is empty nothing should happened.

dessington commented 4 years ago

Thank you much appreciated.

Leinnan commented 4 years ago

I've updated source code, try get newest version and check if there is any change.