@elebertus @brainblasted @YaLTeR Yepp, so far it seems pretty promising. So far I have a simple lisg script for gestures: #!/bin/shlisgd -d /dev/input/by-path/platform-a94000.spi-cs-0-event \ -g '1,LR,L,*,/bin/niri msg action focus-column-left' \ -g '1,RL,R,*,/bin/niri msg action focus-column-right' \ -g '1,UD,T,*,/bin/niri msg action toggle-overview'And mapping the hardware buttons to show/hide keyboard / close window / turning the screen off. sleep/locking with dms would be a bit smoother if niri supported wlr-output-power-management