Get rid of config/non-seat0.conf.multi-seat

This file is deprecated by commits c73c36b53 and 46cf2a6093.

Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Laércio de Sousa 2014-02-17 08:43:49 +10:00 committed by Peter Hutterer
parent f34dc7fa96
commit 9368bdec1d
2 changed files with 1 additions and 19 deletions

View File

@ -38,4 +38,4 @@ endif # !CONFIG_HAL
endif # !CONFIG_UDEV
EXTRA_DIST = x11-input.fdi 10-evdev.conf non-seat0.conf.multi-seat fdi2iclass.py 10-quirks.conf
EXTRA_DIST = x11-input.fdi 10-evdev.conf fdi2iclass.py 10-quirks.conf

View File

@ -1,18 +0,0 @@
# This is the default configuration for servers on seat-1 and above.
#
# Start the server with -config non-seat0.conf.multi-seat, or alternatively
# rename the file to end in .conf and put it in the standard config
# directory (though it will apply to _all_ seats!).
#
# * Disable VT switching with Ctrl-Alt-F1
# * Force a grab on all input devices to detach them from the VT subsystem
# to avoid event leakage.
Section "ServerFlags"
Option "DontVTSwitch" "on"
EndSection
Section "InputClass"
Identifier "Force input devices to seat"
Option "GrabDevice" "on"
EndSection