From 069fe75157266bb5cbe46fc7db9ba8fa87b81047 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 9 Jun 2014 16:50:04 +0200 Subject: [PATCH] keys: remove keyboard/mouse configuration to xorg.conf.d --- rc/start.lua | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/rc/start.lua b/rc/start.lua index 48880e8..07ca326 100644 --- a/rc/start.lua +++ b/rc/start.lua @@ -22,23 +22,7 @@ local execute = { } -- Keyboard/Mouse configuration -if config.hostname == "alucard" then - execute = awful.util.table.join( - execute, { - -- Keyboard and mouse - "xset m 4 3", -- Mouse acceleration - "setxkbmap us,fr '' compose:rwin ctrl:nocaps grp:rctrl_rshift_toggle", - "xmodmap -e 'keysym Pause = XF86ScreenSaver'", - }) -elseif config.hostname == "neo" then - execute = awful.util.table.join( - execute, { - -- Keyboard and mouse - "xset m 3 3", -- Mouse acceleration - "setxkbmap us,fr '' compose:rwin ctrl:nocaps grp:rctrl_rshift_toggle", - "xmodmap -e 'keysym Pause = XF86ScreenSaver'", - }) -elseif config.hostname == "guybrush" then +if config.hostname == "guybrush" then execute = awful.util.table.join( execute, { -- Keyboard and mouse