Sam Vervaeck

Results 74 comments of Sam Vervaeck

We are going to implement the following Haskell-like syntax: ``` let modify_state = ... modify_state \x -> x + 1 ```

Potentially somewhat related: https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2664

Thanks for the information. That steam 'hack' might actually work. At least on Arch it could be as simple as `usermod -aG input username`. The daemon I was talking about...

I just tested and can confirm that adding the group `input` to the user works!

I'm a bit hesitant to chown the `/dev/uinput` file. Do you mean that adding the `input` group is less secure because it allows access to all devices? If so, what...

@feschber I've fixed the mouse wheel, at the very least on my setup. We might need to make WHEEL_SENSITIVITY a configuration variable for other setups, but that can happen later....

Closing this issue for now as basic type classes were implemented about a week ago. Separate issues will track the progress of individual components.

Reopening because we switched implementations.

Just saw #201 which is related to this.

I very much would like to have this as a feature, because I don't like my workspace to be cluttered with unnecessary windows while I'm working. I'm going to give...