update bindings
This commit is contained in:
parent
c1aafbb266
commit
ede061ebc4
10
bindings.lua
10
bindings.lua
|
@ -40,8 +40,8 @@ local function mpdserver(host)
|
||||||
end
|
end
|
||||||
|
|
||||||
mpdhosts = {
|
mpdhosts = {
|
||||||
n = { func = mpdserver("nas.fritz.box"), desc = "NAS" },
|
n = { func = mpdserver("nas.local"), desc = "NAS" },
|
||||||
b = { func = mpdserver("berryhorst.fritz.box"), desc = "Berry" },
|
b = { func = mpdserver("berryhorst.local"), desc = "Berry" },
|
||||||
l = { func = mpdserver("127.0.0.1"), desc = "Local" }
|
l = { func = mpdserver("127.0.0.1"), desc = "Local" }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -200,9 +200,9 @@ function bindings.setup()
|
||||||
--{{{ misc. XF86 Keys
|
--{{{ misc. XF86 Keys
|
||||||
|
|
||||||
awful.key({ }, "XF86Sleep", spawnf("s2ram")),
|
awful.key({ }, "XF86Sleep", spawnf("s2ram")),
|
||||||
awful.key({ }, "XF86Away", spawnf("xlock")),
|
awful.key({ }, "Scroll_Lock", spawnf("xlock")),
|
||||||
awful.key({ }, "XF86TouchpadToggle", spawnf("touchpad")),
|
awful.key({ }, "XF86Explorer", spawnf("touchpad")),
|
||||||
awful.key({ "Shift" }, "XF86TouchpadToggle", spawnf("wacomtouch")),
|
awful.key({ "Shift" }, "XF86Explorer", spawnf("wacomtouch")),
|
||||||
|
|
||||||
--}}}
|
--}}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue