scrubbbbs
scrubbbbs
The [kde guidelines](https://community.kde.org/Policies/Frameworks_Coding_Style) state 160 as the maximum width. They do not state a minimum width, so as expected some projects have lowered it. Kwin has disabled the check, we...
I'd like smaller but 120 will help a lot, I'd be satisfied with that.
Yeah the merge conflicts would be a pain...good call. Theme PR is almost ready for (hopefully final) review
As @leejuyuu pointed out, we should probably convert CRLF to LF at this time as well #1296. And on other lint-related issues we should also do a pass on cmakefiles/python/anything...
I'm working on a plan to do this, I think this is a logical order - dos2unix - code transformations for C++17 mainly to reduce line wrapping. - Replacing default...
> Are there examples of what you want to achieve? I'm testing some regex to do this now. It won't always prevent wrapping (when column count is reduced), but often...
> https://github.com/BlankSpruce/gersemi looks promising for cmake format. That seems to work, thanks!
I want to change the wrapping for arguments to functions/initializers. This will reduce number of lines changed substantially (in this example, from +3 lines when wrapping to +1) Currently, when...
I can confirm the issue on ubuntu-sway 24.04, v3.17.2282. The complete workaround to also correct for the UI assuming 2.0 scale factor: `QT_FONT_DPI=$((96*2)) QT_SCALE_FACTOR=0.5 ./nomacs ...` Since the scaling is...
@fililip It seems like we need a way to disable wayland scaling on a per-application/per-window basis, or have an API or environment variable to tell sway/wayland that we are DPI-aware...