allows task-switch aka exit_app_view when clicking in top left area from fullscreen...
[monky] / src / conky.c
index cc92a0b..c766820 100644 (file)
@@ -3798,6 +3798,10 @@ static void main_loop(void)
                                                                {
                                                                        terminate = 1;
                                                                }
+                                                               if (ev.xbutton.x <= 50 && ev.xbutton.y <= 50)
+                                                               {       //minimize / goto task switcher
+                                                                       dbus_exit_app_view();
+                                                               }
                                                                break;
                                                        } else {
                                                                /* forward the click to the desktop window */