nwg-piotr / nwg-displays

Output management utility for sway and Hyprland.
MIT License
344 stars 22 forks source link

Rename generically named sway functions #63

Open cvoges12 opened 1 week ago

cvoges12 commented 1 week ago

There were some functions that had _hypr and the sway equivalent did not have _sway at the end. This leads the reader of the code to believe that it is generically used for both wayland compositors. So I have renamed all occurrences to respect that all sway related functions shall end with _sway instead.

cvoges12 commented 1 week ago

This PR helps further along #30

nwg-piotr commented 1 week ago

Convert this PR to draft, please. I can't focus on reviewing every step, as I'm trying to do my own job at the same time.

cvoges12 commented 1 week ago

Btw, this PR doesn't require any testing for riverwm. It should be functionally the same as current master but with some minor renaming of things.

nwg-piotr commented 1 week ago

I am aware of this.