Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
SendCoreEvents.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k1o committed Aug 14, 2023
1 parent bec1fd3 commit a03c673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/xorg.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ EndSection

Section "InputDevice"
Identifier "dummy_touchscreen"
Option "CorePointer" "true"
Option "SendCoreEvents" "On"
Option "SocketName" "/tmp/xf86-input-neko.sock"
Driver "neko"
EndSection
Expand Down Expand Up @@ -114,5 +114,5 @@ Section "ServerLayout"
Screen "dummy_screen"
InputDevice "dummy_mouse"
InputDevice "dummy_keyboard"
InputDevice "dummy_touchscreen"
InputDevice "dummy_touchscreen" "CorePointer"
EndSection

0 comments on commit a03c673

Please sign in to comment.