services: xorg: Fix typo in xserver.conf.
* gnu/services/xorg.scm (xorg-start-command)[xserver.conf]: Add missing double-quote in AllowMouseOpenFail.master
parent
41d07f5e98
commit
e30442b53b
|
@ -67,7 +67,7 @@ Section \"Files\"
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
Section \"ServerFlags\"
|
Section \"ServerFlags\"
|
||||||
Option \"AllowMouseOpenFail\" \"on""
|
Option \"AllowMouseOpenFail\" \"on\"
|
||||||
EndSection
|
EndSection
|
||||||
"))
|
"))
|
||||||
|
|
||||||
|
|
Reference in New Issue