natask / gestures

Fluid gestures for Linux.
MIT License
67 stars 7 forks source link

Fix orientation script for external monitors #14

Closed flisoch closed 7 months ago

flisoch commented 1 year ago

If the monitor is connected before the system boot, then after boot you need to reconnect the monitor, otherwise gestures don't work. To fix this problem and don't reconnect the monitor on every boot I found that all I had to do was change "connected" to "primary".

natask commented 7 months ago

Thanks.