From 94115c672cb3af6a9b2caaa48ee086100f39758e Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 7 Nov 2010 13:13:50 +0100 Subject: xorg-17, ajout post-install --- xorg/xorg-17/post-install | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 xorg/xorg-17/post-install (limited to 'xorg') diff --git a/xorg/xorg-17/post-install b/xorg/xorg-17/post-install new file mode 100644 index 000000000..361ba1072 --- /dev/null +++ b/xorg/xorg-17/post-install @@ -0,0 +1,17 @@ +if ! [ -f /etc/X11/xorg.conf ]; then + cat > /etc/X11/xorg.conf << "EOF" +Section "ServerFlags" + Option "AllowEmptyInput" "off" +EndSection +Section "InputDevice" + Identifier "K" + Driver "kbd" + Option "Xkbrules" "xorg" + Option "XkbLayout" "fr" + Option "XkbOptions" "grp:alt_shift_toggle" +EndSection +Section "InputDevice" + Identifier "M" + Driver "mouse" +EndSection +EOF -- cgit v1.2.3-70-g09d2