lanoxx / tilda

A Gtk based drop down terminal for Linux and Unix
GNU General Public License v2.0
1.28k stars 161 forks source link

Prevent stealing focus from Tilda #333

Closed mir3z closed 4 years ago

mir3z commented 6 years ago

Consider the following scenario:

  1. I'm starting an application which takes some time to be up and running.
  2. While the application is starting I open tilda with hotkey. I have "always on top" option set.

Actual behavior: when application is ready it steals focus from tilda. Often I type something in tilda during application startup and I have to press hotkey several times so that tilda can reclaim focus.

Expected behavior: I would like tilda always has focus, as long as it is active, regardless of what is happening in the background. Is it possible?

voidplayer commented 6 years ago

This is a wm setting. I dont think tilda can do much about this. Maybe try to steal focus all the time artificially, but this would step out of their scope slightly imho

For example, in kwin (kde window manager that you can use with other desktops, like xfce) all windows have properties and you can set 'focus stealing prevention' on them

lanoxx commented 4 years ago

As @voidplayer said, there is not much tilda can do about this as this is managed by the window manager.