From 71a8fe7397a849399e228e639d6c791984ad6c06 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 18 Jul 2008 09:16:33 +0200 Subject: [PATCH] replace ICON_PATH placeholders with DATADIR --- .config/awesome/rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 --[[ -- 2.39.2