

3·
5 days agoAUR, etc


AUR, etc
i3/sway in Manjaro/CachyOS or just install it on raw arch/debian
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;
};
Did you tried install games from
setup.exeinstaller? I tried wine, lutris, steam (via add non-steam game), but never had a success.