mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
keys: remove keyboard/mouse configuration to xorg.conf.d
This commit is contained in:
parent
41d21fb10a
commit
069fe75157
1 changed files with 1 additions and 17 deletions
18
rc/start.lua
18
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue