- 1 Post
- 6 Comments
Joined 1 year ago
Cake day: June 8th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
kiri@ani.socialto Linux@programming.dev•The end of Windows 10 is approaching, so it's time to consider Linux and LibreOffice162·19 days agoI’m not that old linux user so it’s a bit interesting for me, when Windows 7 was closing, linux community was also so excited and offered everyone to switch to linux?
kiri@ani.socialto Linux@programming.dev•NVIDIA release fresh details on their current Wayland support and future plans1·1 month agoI wish someday Wayland support will be good enough for sway to officially support ‘nvidia-open’ driver.
You beat me to it!
I have a solution with a bit fields. Now your bool is 1 byte :
struct Flags { bool flag0 : 1; bool flag1 : 1; bool flag2 : 1; bool flag3 : 1; bool flag4 : 1; bool flag5 : 1; bool flag6 : 1; bool flag7 : 1; };
Or for example:
struct Flags { bool flag0 : 1; bool flag1 : 1: int x_cord : 3; int y_cord : 3; };
When I “solved” teering on nvidia by installing i3 and started using only terminal, because any gui program was still freezing.
offtop
By the way, (unofficial) manjaro i3/sway were really good, inspite of populistic opinion about manjaro, especially in comparison with fedora i3 or endeavouros i3 (but still just arch/void is better, when you get used to terminal, than arch-based distros).