Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Focus not consistent under fullscreen #6211

Closed
Synthetica9 opened this issue Apr 20, 2021 · 0 comments · Fixed by #6224
Closed

Focus not consistent under fullscreen #6211

Synthetica9 opened this issue Apr 20, 2021 · 0 comments · Fixed by #6224
Labels
bug Not working as intended input/pointer

Comments

@Synthetica9
Copy link
Contributor

Please fill out the following:

  • Sway Version:

    • sway version 1.6
  • Debug Log: https://gist.github.com/Synthetica9/1558edfd7cba1c3603028e86ffe9b3aa

  • Configuration File:

    • set $mod Mod4
      bindsym $mod+f fullscreen toggle
      bindsym $mod+Return exec alacritty
      exec_always inactive-windows-transparency.py
      mouse_warping container
      
  • Description:

    • Setup:
      • Load up the config as given.
      • Open a window
      • Make this window fullscreen
      • Open a new window (in the background)
    • Observed behaviour:
      • Mouse jumps to where the new window is underneath the fullscreen window
      • When fullscreen is exited, two windows are opaque using the contrib script inactive-windows-transparency.py
    • Expected behaviour:
      • Mouse doesn't jump during fullscreen because the fullscreen container is still the one focussed
      • Only one window is opaque when exiting fullscreen
@Synthetica9 Synthetica9 added the bug Not working as intended label Apr 20, 2021
Xyene added a commit to Xyene/sway that referenced this issue Apr 24, 2021
RagnarGrootKoerkamp pushed a commit to RagnarGrootKoerkamp/sway that referenced this issue Jun 17, 2021
emersion pushed a commit to emersion/sway that referenced this issue Jun 23, 2021
emersion pushed a commit to emersion/sway that referenced this issue Jun 24, 2021
emersion pushed a commit that referenced this issue Jun 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Not working as intended input/pointer
Development

Successfully merging a pull request may close this issue.

2 participants