From ede061ebc4c88a8ce5a4c6481ae846e7ebb79aae Mon Sep 17 00:00:00 2001 From: crater2150 Date: Sun, 2 Aug 2015 15:23:12 +0200 Subject: [PATCH] update bindings --- bindings.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bindings.lua b/bindings.lua index c66f9d6..9ba133e 100644 --- a/bindings.lua +++ b/bindings.lua @@ -40,8 +40,8 @@ local function mpdserver(host) end mpdhosts = { - n = { func = mpdserver("nas.fritz.box"), desc = "NAS" }, - b = { func = mpdserver("berryhorst.fritz.box"), desc = "Berry" }, + n = { func = mpdserver("nas.local"), desc = "NAS" }, + b = { func = mpdserver("berryhorst.local"), desc = "Berry" }, l = { func = mpdserver("127.0.0.1"), desc = "Local" } } @@ -200,9 +200,9 @@ function bindings.setup() --{{{ misc. XF86 Keys awful.key({ }, "XF86Sleep", spawnf("s2ram")), - awful.key({ }, "XF86Away", spawnf("xlock")), - awful.key({ }, "XF86TouchpadToggle", spawnf("touchpad")), - awful.key({ "Shift" }, "XF86TouchpadToggle", spawnf("wacomtouch")), + awful.key({ }, "Scroll_Lock", spawnf("xlock")), + awful.key({ }, "XF86Explorer", spawnf("touchpad")), + awful.key({ "Shift" }, "XF86Explorer", spawnf("wacomtouch")), --}}}