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