summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaƩrcio de Sousa <lbsousajr@gmail.com>2014-02-17 08:43:49 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2014-02-17 08:44:33 +1000
commit9368bdec1d37127e97411b684f0b1fce5ee97907 (patch)
treeb3be6b043967ca5fc71e4c1e20da1bfac236fd5d
parentf34dc7fa96457ea6a0703493d74e63cca357712e (diff)
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>
-rw-r--r--config/Makefile.am2
-rw-r--r--config/non-seat0.conf.multi-seat18
2 files changed, 1 insertions, 19 deletions
diff --git a/config/Makefile.am b/config/Makefile.am
index c6350be49..0e20e8b3d 100644
--- a/config/Makefile.am
+++ b/config/Makefile.am
@@ -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
diff --git a/config/non-seat0.conf.multi-seat b/config/non-seat0.conf.multi-seat
deleted file mode 100644
index 34008ce50..000000000
--- a/config/non-seat0.conf.multi-seat
+++ /dev/null
@@ -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