Imported Upstream version 1.15.1
[deb_xorg-server.git] / config / non-seat0.conf.multi-seat
1 # This is the default configuration for servers on seat-1 and above.
2 #
3 # Start the server with -config non-seat0.conf.multi-seat, or alternatively
4 # rename the file to end in .conf and put it in the standard config
5 # directory (though it will apply to _all_ seats!).
6 #
7 # * Disable VT switching with Ctrl-Alt-F1
8 # * Force a grab on all input devices to detach them from the VT subsystem
9 # to avoid event leakage.
10
11 Section "ServerFlags"
12 Option "DontVTSwitch" "on"
13 EndSection
14
15 Section "InputClass"
16 Identifier "Force input devices to seat"
17 Option "GrabDevice" "on"
18 EndSection