From: martin f. krafft Date: Fri, 18 Jul 2008 07:16:33 +0000 (+0200) Subject: replace ICON_PATH placeholders with DATADIR X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/71a8fe7397a849399e228e639d6c791984ad6c06?ds=sidebyside replace ICON_PATH placeholders with DATADIR --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 7a3c120..bc3da28 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -110,7 +110,7 @@ mytasklist:mouse_add(mouse({ }, 5, function () awful.client.focus(-1) end)) function mytasklist.label(c) local text = "" if c.floating then - text = "" + text = "" end if client.focus_get() == c then text = text .. " "..c.name.." " @@ -361,7 +361,7 @@ end -- (tag switch, new client, etc) function hook_arrange(screen) local layout = awful.layout.get(screen) - mylayoutbox[screen].text = "" + mylayoutbox[screen].text = "" -- Uncomment if you want mouse warping --[[