Tor Hedin Brønner

Results 129 comments of Tor Hedin Brønner
trafficstars

Yeah, there's room for improvement when handling changing monitor configurations. Eg. preserve our pseudo maximize. > Is there a way that the layout remains fixed either in portrait or landscape...

> in Gnome 3.36, I even have an issue with pannel placed horizontally at the bottom, there will be an empty row on top as if there is a pannel....

Hmm, that's pretty strange. We polyfill ClutterActor to provide `raise` (it was removed in 3.36), and if the polyfill actually failed things would crash on startup. `overlay` can't be undefined...

It's worth trying a lock screen/relogin, that will trigger a disable/enable cycle, which can fix things. Though obviously not ideal.

Right, if the extension didn't start correctly at all and there were messages about eg. `raise` not being a method I'd guess the aur extension was for some reason outdated.

Guess I'll expand a bit on why the window highlight is there (it's not just to make the focus window more distinct). When navigating we delay focus until `Super` is...

You can test things out in looking glass (`Alt-F2 lg`): ``` paperwm = imports.ui.main.extensionManager.lookup("paperwm@hedning:matrix.org"); paperwm.imports.tiling.spaces.selectedSpace.selection.style = ` background-color: gray; .... ` ``` IIRC getting the css to work require a...

Solving for transparent windows gets pretty tricky since we'd have to know the shape of the window, which can vary a lot due to different themes. Having the highlight non-transparent...

Right, I've noticed this when launching nested gnome-shell, on secondary monitors. Are you seeing this with only a single monitor and are you seeing it on wayland or x11?

Yep, we've thought about adding mark + actions, `Super+T` is somewhat inspired by the concept, but could use some love. For go to window, I'd reccomend the switcher exension: https://github.com/daniellandau/switcher/,...