Oliver Kraitschy
Oliver Kraitschy
> > The last focused window should get focus when you switch workspaces > > The window under the pointer should get focus when you switch workspaces. Otherwise `focus_follows_pointer` is...
I guess the author means `fullscreen` and not `maximized`.
You can probably work around this with a script which listens to window events (using the i3 IPC interface). The script would remember the window which leaves fullscreen mode and...
If you drag left to make the left window smaller, focus will stay on the left window. I could imagine that sloppy focus interferes with the resize.
> The PR #5429 introduces the rounded corners feature on-top of the native gaps support. Silly question, but: how does it look with title bars (and window icons) and window...
Does xev return `dead_circumflex` on your machine when pressing the `^` key? xev returns the keysym `asciicircum` for `^` on my machine. Using that in a keybinding like `bindsym $mod+asciicircum...
Interestingly, it doesn't happen with Firefox. And I never experienced it with Gimp. So I guess there must be something different with VS Code. And it only happens if you...
> @okraits this change would be backward incompatible. Why is it needed? > > Can you provide an example of a value that you can't supply now and you'd be...
> What about avoiding the schema change and change the code internally to convert the string to a list with 1 element so that it's rendered as a list? I...
@nemesifier I implemented the change as suggested. Do you think we need more or other tests?