Quote:
Originally Posted by jnjitkoff
Thank you both for the quick response! I'll give Eureka's a try since it a bit simpler to start with (and works in my case since I hide the toolbar too).
Since I've got your ear, the only other thing I was trying to do was override the action when you press the menu button at the bottom of the screen. Any clean way to intercept that?
|
Do you mean hardware Home button? It's handled by Awesome window manager, check
/etc/xdg/awesome/rc.lua.
You can intercept X Window System event of Home button press (and do not pass it further to Awesome) taking
baf's
untouchable.c as example.