kandrelczyk
kandrelczyk
Ok, finally got all the commits signed. All suggestions applied.
Hi, I had a look at the code and it's pretty clear so I will give implementing this a try. It will take me some time as it's the first...
This is mostly done, just waiting on reviews and possibly some fixes after that. @FabianLars any idea how we can move this forward?
> About the PRs linked here, it will add support for .deb in latest.json right? .deb, .rpm for Linux and .msi, .nsis for Windows. > Once this changes are merged,...
@jLynx would this be part of this feature request or dynamic URL would be covered in another PR?
I've change this to be the only method. I don't see any benefits in using the old method over this.
Totally forgot about Mac. I disabled patching on Mac since we already handle it in `pub fn bundle_type()` in platform.rs. Or do we prefer to patch it and change this...
Fixed :+1:
Can be done like this: ``` awful.key({ modkeyWin, "Shift", }, "j", function (c) local nScreen = c.screen:get_next_in_direction("left"); c:move_to_screen(nScreen.index) end, {description = "move to next screen", group = "client"}), awful.key({ modkeyWin,...