Tor Hedin Brønner

Results 23 issues of Tor Hedin Brønner

gnome-settings-daemon already use `super+o`, and we make no attempt to override gsd shortcuts. So we'll need to find a way to do an override, or change the shortcut to something...

bug

Mutter's window grab blocks all other input, but it's possible to deactivate a grab from js. So to make navigation while dragging work we implement the whole process using clone's...

When using a mouse the default navigation keybindings (`super+,/.`) are difficult to use, as `,/.` is not on the same side on the keyboard as `super`. This becomes very noticeably...

enhancement

`gnome-shell-extenssion-prefs` no longer takes an uuid argument, instead we need to use `gnome-extensions prefs`, or a method that should be available in GS 3.36.2. Unfortunately the preference app is now...

bug

- [x] Make `switch-windows` scroll the tiling when a scratch window have focus (An alternative is including the scratch layer in the preview list, but not sure how it would...

enhancement

#### General information Hi, I was checking out how the android screen-reader works and noticed that it doesn't read anything (not even app icons) in OpenLauncher. * **App version: 0.5.3**...

feature
help wanted

Fixes #50. Make gnome-shelled tiled windows docked. ![image](https://user-images.githubusercontent.com/71978/67636322-bdef3500-f8cf-11e9-88ea-a49e81ccad23.png)

help wanted

Every keybind action gets it's own context, which lives as long as the action is repeated. Use this infrastructure to provide eg. better cycleWindowWidth.

There's one pretty straightforward thing to do here: provide reasonable completion for things like builders and stores. Unfortunately `nix --help-config` dosen't report the type of an option. That means we'll...

enhancement

### Configuration A workspace should have a customizable configuration, which at least includes a name, an icon, a color and a `workspace folder`. ### Icon, colors and name It's possible...

help wanted