The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
1

All Floating windows in front of fullscreen one

asked 2014-03-05 16:06:20 +0000

anderflash gravatar image

updated 2014-03-05 16:08:13 +0000

Now we have 3 options of the behaviour of popup windows in fullscreen mode:

When you are in fullscreen mode, some applications still open popup windows (take Xpdf for example). This is because these applications may not be aware that they are in fullscreen mode (they do not check the corresponding hint). There are three things which are possible to do in this situation:

  • Display the popup if it belongs to the fullscreen application only. This is the default and should be reasonable behavior for most users.
  • Just ignore the popup (don’t map it). This won’t interrupt you while you are in fullscreen. However, some apps might react badly to this (deadlock until you go out of fullscreen).
  • Leave fullscreen mode.

Can we have a fourth option to allow all floating windows be in front of window currently in fullscreen?

Or better: we can create a for_window option to turn a specific floating window not hidden when another window is fullscreen.

Good example: the tomighty is a pomodoro app with a clock to better organize my study and work. So, this little clock widget could be always shown even if my ebook is fullscreen.

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
1

answered 2014-04-18 10:40:14 +0000

Michael gravatar image

While the use-case you wrote about makes sense on first glance, I don’t think it fits well with a tiling window manager. Applications should not rely on floating windows that are stacked on top of each other — avoiding this is the reason why we use a tiling WM in the first place.

Therefore, I suggest you find/write a pomodoro app that better fits into the tiling landscape. Maybe you can use freedesktop notifications and dunst to display them.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-03-05 16:06:20 +0000

Seen: 559 times

Last updated: Apr 18 '14