Skip to content

Commit ebcfdfb

Browse files
committed
Merge branch 'fix-absolute'
* fix-absolute: Include 'pointer' in the qubes input device name
2 parents af8327e + e14dc2e commit ebcfdfb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appvm-scripts/etc/X11/xorg-qubes.conf.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ EndSection
66
Section "ServerLayout"
77
Identifier "Default Layout"
88
Screen 0 "Screen0" 0 0
9-
InputDevice "qubesdev"
9+
InputDevice "qubesdev pointer"
1010
EndSection
1111

1212
Section "Device"
@@ -39,6 +39,6 @@ EndSection
3939

4040

4141
Section "InputDevice"
42-
Identifier "qubesdev"
42+
Identifier "qubesdev pointer"
4343
Driver "qubes"
4444
EndSection

0 commit comments

Comments
 (0)