Zach DeCook
Zach DeCook
Should probably add a "suppress-sound" BOOLEAN criteria... not sure how widely used any of these are. Dino at least sends `sound-name:phone-incoming-call`, so, for mako users, this could be an alternative...
If we implement "truthy/falsey" string comparisons first as in https://github.com/emersion/mako/pull/471, then it will be easier to specify the config: ``` [sound-file] on-notify=exec mpv --really-quiet "$(makoctl list | jq -r '.data[0][0]."sound-file".data')"...
(will this ever get merged?)
It seems to me that it would be useful to have a general purpose command line tool to set libinput settings. something like `swaymsg -- input type:"$TOUCH_POINTER_ID" events disabled` or...
@vaxerski Yeah, it seems to work with my keyboards and mice, but doesn't work on my `touch`screen `hyprctl -i 0 keyword device:synaptics-s3706b:enabled false` (and the touchscreen still works)
(marked as a draft because I must have added some bugs when rebasing)
> would be nice to configure the number of fingers. as-is the gesture tracks a single-finger (the one which started the gesture by grabbing the edge). It's very useful on...
Here's a [very] quick example of this: https://github.com/hyprwm/Hyprland/assets/12452738/d1202f6a-e798-4160-ab53-1ab6ecca4c6a
Just don't touch the edge of the screen. The idea is that you're grabbing the gaps (where there's no content) and moving them.
On Mon Mar 18, 2024 at 10:13 AM EDT, Leon wrote: > Wouldn't it be a good idea to have a separate `workspace_swipe_invert` for the touchscreen workspace swipe gesture? Bc...