feat\!: switch to Hyprland. Touchscreen gestures not implemented properly

This commit is contained in:
matt1432 2023-06-06 11:45:04 -04:00
parent 1d43d899ee
commit ce51ddb46e
29 changed files with 558 additions and 567 deletions
lisgd

View file

@ -5,10 +5,11 @@
function gestures {
lisgd -d /dev/input/by-path/platform-AMDI0010\:00-event -o 0 -t 125 -r 25 -m 3200 \
-g "3,RL,N,*,R,$HOME/.config/sway/scripts/gestures.sh next touch" \
-g "3,LR,N,*,R,$HOME/.config/sway/scripts/gestures.sh prev touch" \
-g "1,UD,B,*,R,bash -c 'busctl call --user sm.puri.OSK0 /sm/puri/OSK0 sm.puri.OSK0 SetVisible b false'" \
-g "1,DU,B,*,R,bash -c 'busctl call --user sm.puri.OSK0 /sm/puri/OSK0 sm.puri.OSK0 SetVisible b true'"
-g "1,DU,B,*,R,bash -c 'busctl call --user sm.puri.OSK0 /sm/puri/OSK0 sm.puri.OSK0 SetVisible b true'" # \
# -g "3,RL,N,*,R,$HOME/.config/sway/scripts/gestures.sh next touch" \
# -g "3,LR,N,*,R,$HOME/.config/sway/scripts/gestures.sh prev touch"
}
if pgrep lisgd ; then