lisgd 0.4.0
Tom Schwindl (1):
Makefile: add a PHONY target and don't remove config.h on cleanup
Willow Barraco (1):
Add a -s to scale the edge sizes
remove unused variables & cleanup
Signed-off-by: Tom Schwindl <schwindl@posteo.de>
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
lisgd: Allow compiling without support for Wayland
Similar to the preceding commit, this commit adds a new build-time
option `WITHOUT_WAYLAND`. If defined by the user, then we disable the
code to auto-detect the resolution in a Wayland environment and thus
don't need to link against libwayland-client anymore.
With this change we can now build lisgd without support for either X11
or Wayland. In this case the user can still manually specify the desired
display resolution.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Anjandev Momi <anjan@momi.ca>
Fix manpage typo for DRUL gesture
fix lisgd on oneplus 6 and other devices
libinput_event_touch_get_y is supposed to return a value in mm but
lisgd assume it's a value in pixels?
maybe libinput_event_touch_get_y give a value in pixels for the
pinephone but at least on the oneplus 6 it gives 70 for the bottom
edge
which obviously breaks lisgd
libinput_event_touch_get_y_transformed is supposed to return a value
in pixels and works perfectly on the oneplus 6
also changed libinput_event_touch_get_x which gave a value in pixels
for consistency and correctness
Signed-off-by: Stacy Harper <contact@stacyharper.net>
Implement -w and -h CLI arguments to support manually specifying width
and height for non X/Wayland enviroments (such as the framebuffer).
Also add errorchecking to CLI values that require a parameter to make
sure parameter actually passed.
Bring back screen width/height detection
This bring back X11 screen detection and also make it Wayland
compatible.
Plus, in Wayland it auto-detect the orientation.
Signed-off-by: Stacy Harper <contact@stacyharper.net>
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
Minor fix for when ActModePressed gestures are defined in config.h (fixes #331)
Signed-off-by: Stacy Harper <contact@stacyharper.net>
updated documentation and readme
Fix permissions of man1 dir
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>