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

popup_during_fullscreen: why can't we just show it

asked 2012-09-21 08:42:49 +0000

kevin gravatar image

In the user documentation, we can see these bits:

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 two things which are possible to do in this situation:

  1. 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).

  2. Leave fullscreen mode. This is the default.

I can't understand why we can't just show the popup, floating over the application, like it's done any other time ?

I think that most of the time, the popups from the fullscreen application are just mandatory, there is no way you can't ignore it ?

For instance, I'm thinking about a text editor, File->Open raises a popup, and it's logical for the application to block until you selected a file, and there is no way for the app not use this popup, every if it checked the fullscreen flag ...

Is there any "system level" reason to prevent that, or am I missing something ?

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
1

answered 2012-09-21 10:02:22 +0000

Michael gravatar image

updated 2015-10-11 10:17:15 +0000

It’s just not implemented. See https://github.com/i3/i3/issues/663. darkraven seems to be working on it.

edit flag offensive delete link more

Comments

great, thanks! (BTW, the link is broken, the <dot> has been included in the URL)

kevin gravatar imagekevin ( 2012-09-21 10:36:14 +0000 )edit

Question Tools

Stats

Asked: 2012-09-21 08:42:49 +0000

Seen: 410 times

Last updated: Oct 11