Tor Hedin Brønner

Results 129 comments of Tor Hedin Brønner

Working on overview fixes here: https://github.com/paperwm/PaperWM/tree/3.38-overview-fixes Some bugs remaining, but it's usable on my machine as far as I can tell.

Fixed window sorting in the overview on develop (ie. windows are now sorted in tiling order again). Haven't quite figured out how the animation is now done, so selecting a...

Pushed fix for the metadata problem. I'm guessing you had an old PaperWM version installed through eg. the arch package, which was then loaded instead of the git version (though...

Ah, right, it was just a guess based on the fact that changing the metadata info seemed to fix things.

You can change the step widths like this (using screen width ratios): ``` dconf write /org/gnome/shell/extensions/paperwm/cycle-width-steps "[0.1, 0.3, 0.5]" ``` You can also specify static widths, but the ratios and...

Nope, doesn't look like it :p Might be good as an example in https://github.com/paperwm/PaperWM/#using-dconf-editor-to-modify-settings (or the wiki, which is pretty bare bones at the moment).

Yeah, there's some improvements possible here. `R` is currently state-less, it simply picks the first step that's wider than the current width. There's some work in progress which makes `r`...

It's just meant as a an indicator that there's nothing «above» the current workspace (like the springy scoll edges on smartphones). 3-finger up/down navigates the workspace mru, so at the...

Nope, haven't made a prototype as far as I know. The relevant code is here: https://github.com/paperwm/PaperWM/blob/b33f2d859dc0eaced1d338e336928fa78943e32d/gestures.js#L342-L349 This just scales the space in proportion to its `y` position. The logic required...

Cheers: )There's `Ctrl+Super+click`, but it might not work on the whole window on X11. `Ctrl+Super+Escape` will tile most floating windows. And `Super+middle_click` will also give you the gnome titlebar menu...