We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[x ] Bug [ ] Feature Request [ ] Other (Please describe in detail)
i3's default bar i3bar is shown on top of the i3lock lock screen when it is positioned at the bottom with picom running.
i3
i3bar
i3lock
picom
The i3lock lock screen / color should hide everything on the desktop.
Buggy config:
bar { status_command i3status position bottom }
Replace bottom with top and it is hidden in the lock screen.
bottom
top
Output of i3lock --version:
i3lock --version
i3lock: version 2.14.1 © 2010 Michael Stapelberg
Debian Bookworm, i3wm v 4.22
The text was updated successfully, but these errors were encountered:
Typically, i3lock raises its lock screen window above any other X11 window that obscures the lock screen (such as i3bar).
However, i3lock cannot raise its windows above a compositor.
The only known solution is to stop the compositor before running i3lock, then restarting the compositor afterwards: #333 (comment)
Sorry, something went wrong.
Thanks @stapelberg . I thought of this as well, though I feel like this constant restarting will drain the battery a lot quicker on laptops.
though I feel like this constant restarting will drain the battery a lot quicker on laptops.
I doubt it will be noticeable. Starting a compositor is not a heavy operation.
No branches or pull requests
I'm submitting a…
Current Behavior
i3
's default bari3bar
is shown on top of thei3lock
lock screen when it is positioned at the bottom withpicom
running.Expected Behavior
The
i3lock
lock screen / color should hide everything on the desktop.Reproduction Instructions
Buggy config:
Replace
bottom
withtop
and it is hidden in the lock screen.Environment
Output of
i3lock --version
:Debian Bookworm, i3wm v 4.22
The text was updated successfully, but these errors were encountered: