Tor Hedin Brønner
Tor Hedin Brønner
Especially bad with the first workspace colored a somewhat dark blue which have a bad contrast against the selected window highlight.
Should at least support these things: - [x] Overview should preserve the window order - [x] Window animations should start and stop with the same actor properties - [ ]...
Here's an attempt to support workspaces-only-on-primary fully. In particular this means making secondary monitors to the left/right of primary work. TODO: Fix window placement when removing secondary monitors.
So 3.34 no longer run allocate on hidden actors, which makes syncing clones harder. In particular I did this to make things usable 684b4352ba9cf772239511f7a26f9a255ed83a53. For some applications (most gtk3 ones...
We want to add tests (perhaps CI if it's possible too). One way to do testing is setting `XDG_CONFIG_HOME`, populating it with a `user.js` which then would run the tests....
SuperShift should create a selection range, which then can eg. be moved to another workspace in one go.
When pressing `Super` we should show hints in at least the topbar (sems like that's what the gnome people are calling it). So eg. an `M` beside the calendar popdown.
The idea is to reduce the effective monitor size by the width of the docked window when positioning and resizing the tiled windows. The docked window should probably be styled...
Makes `, R` on wayland do a full reload using `Extension.imports.extension.modules` information. Expects `extension.modules` to be an array containing the names of modules, eg. `['tiling', ...]`. Does not support `'foo.bar'`...
It will get stuck at 100% cpu and require manual intervention. Caused by setting `XDG_RUNTIME_DIR`, which is necessary for some applications (eg. gnome-terminal) to launch inside the nested session.