Questions tagged [focus]

In a windowed GUI, the window that is currently active is said to have "focus"

In a windowed GUI, the window that is currently active is said to have focus. This is the window to which most keystrokes are sent if the user types something on the keyboard. Clicking on another window will normally transfer focus to that window (and usually bring it to the foreground if it was partly covered by another window). In some configurations, a window may receive focus when the mouse pointer is simply moved onto it.

Focus can also be transferred using keyboard shortcuts such as Alt+Tab

Sometimes a non-selected window pops to the foreground and becomes the window with focus; this is referred to as stealing focus.

168 questions
4
votes
0 answers

Disable Matlab focus stealing, without modifying Matlab script

I hava Matlab script running in the background. It keeps popping up pogress bar windows as the computation progresses. This is very annoying. Problem is I did not write the Matlab script myself, and it is a very long and complicated piece of code…
a06e
  • 13,223
  • 26
  • 70
  • 104
3
votes
2 answers

Gnome Shell - How to prevent an application from starting behind the application in focus?

I'm doing automated testing with Sikuli and it's important that the stuff being tested is visible on the screen. Lately, the apps/windows keep opening in the background, behind whatever is currently in focus, with the notification "[application] is…
Tannalein
  • 173
  • 6
1
vote
1 answer

Can I make a window always stay in the background?

I'm using xpad for sticky notes, but I don't really like, that they appear on only one workspace by default, so I set it to show up on all. But with this setting, when I click a note, it comes above all the windows in all the workspaces. I thought…
1
vote
1 answer

How to set focus follows mouse in 22.10?

I've just noticed that it seems to be not working. It used to be a gnome-tweaks thing. What is the correct way to do this now? I see some comment about "sloppy" but not where it is found.
mathtick
  • 589
1
vote
1 answer

prevent updates window from appearing in front of the other open windows

I'm using Ubuntu 20.04 (I can't upgrade to the next version). How to prevent the "available updates window" from appearing in front of other opened windows? I would like it to open minimized completely (like it does in later versions of Ubuntu). I…
0
votes
1 answer

Always on focus window

Is there a way to get a windows always on focus? I mean not just on top, but with the focus on it if another window pops up on the screen.