You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the latest git versions of both sway/wlroots and sfwbar
In config file, enable autoclosing of the volume popup
Function("SfwbarInit") {
Config "PopUp 'XVolumeWindow' { AutoClose = true }"
}
Click the volume icon, to show a popup window.
Click in any application. The popup will autoclose. But typing doesn't work in the focused application.
To get out of this state where typing doesn't work, it seems sufficient to use any keyboard shortcut that sway recognizes (e.g. mod+enter, mod+d, mod+2, ...).
Strangely, this doesn't seem to affect labwc.
The text was updated successfully, but these errors were encountered:
This looks like a result of an unnecessary keyboard focus grab. It should
be fixed in the latest git version. Can you please check if it works for
you?
On Thu, 12 Sept 2024, 22:26 Edwin Huang, ***@***.***> wrote:
Minimal steps to reproduce:
0. I'm using the latest git versions of both sway/wlroots and sfwbar
1. In config file, enable autoclosing of the volume popup
Function("SfwbarInit") {
Config "PopUp 'XVolumeWindow' { AutoClose = true }"
}
2. Click the volume icon, to show a popup window.
3. Click in any application. The popup will autoclose. But typing
doesn't work in the focused application.
To get out of this state where typing doesn't work, it seems sufficient to
use any keyboard shortcut that sway recognizes (e.g. mod+enter, mod+d,
mod+2, ...).
Strangely, this doesn't seem to affect labwc.
—
Reply to this email directly, view it on GitHub
<#232>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASHPFFAVSHAIKTQS35HNOJLZWIBJRAVCNFSM6AAAAABOEDSKCOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGUZDGMZYHEZTKMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
Minimal steps to reproduce:
Function("SfwbarInit") {
Config "PopUp 'XVolumeWindow' { AutoClose = true }"
}
To get out of this state where typing doesn't work, it seems sufficient to use any keyboard shortcut that sway recognizes (e.g. mod+enter, mod+d, mod+2, ...).
Strangely, this doesn't seem to affect labwc.
The text was updated successfully, but these errors were encountered: