mautamu
mautamu
Howdy again! Absolutely! Yep, you're spot on for GitHub; GitHub appears to require a unique `User-Agent` according to [this document](https://docs.github.com/en/rest/overview/resources-in-the-rest-api?apiVersion=2022-11-28#user-agent-required). Looks like they also recommend a custom `User-Agent` that contains...
Thanks for the callout @0323pin. Marking this as resolved in #1240; @marianomarciello feel free to re-open if needed.
@hertg Would like your thoughts on this as part of #1258 as well. This may be something that we'd reject depending on the strategy there.
Related: #1127 @thealio mind sending your config.ron? The report from `leftwm-check` is indicating that it potentially is causing both #1125 and #1127
My best guess without looking at the Config.ron file is that you have some keybinds that look like this: ``` (command: Execute, value: "xfce4-clipman&xfce4-screenshooter", modifier: [""], key: "Print"), ``` when...
Can get it working by adding a percentage of the screen to these two: ``` (command: IncreaseMainSize, value: "5", modifier: ["modkey"], key: "Right"), (command: DecreaseMainSize, value: "5", modifier: ["modkey"], key:...
I wonder if we can decrease the sensitivity on these a bit, such that "" evaluates to None and leftwm-check errors if a value needs to be Some(i32)
This looks good to me but will wait to merge to see if anyone else has any comments since I'm admittedly not a heavy user of this functionality. Thanks again...
@Eskaan For testing purposes, we can just draw this commit into a temporary testing branch and then create a PR against that branch to confirm it's working properly, correct? Any...
Diff: https://github.com/leftwm/leftwm/compare/0e5bc97e091bae2a3d2c30960b57d61ec3368d59..f5d4f49b850dd880ddb3632920573808e995195f.diff Looks like it's working, with above diff, aside from Codeberg refusing to delete two refs: https://github.com/leftwm/leftwm/actions/runs/9332863742/job/25689227696