From: martin f. krafft Date: Tue, 13 Sep 2016 18:36:22 +0000 (+0200) Subject: indent floats, add wicd/blueman X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/514389b35b294d2b889b51721f52fac26c01e14e indent floats, add wicd/blueman --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 6bd65f8..116c8d4 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -540,28 +540,31 @@ awful.rules.rules = { -- Floating clients. { rule_any = { instance = { - "DTA", -- Firefox addon DownThemAll. - "copyq", -- Includes session name in class. + "DTA", -- Firefox addon DownThemAll. + "copyq", -- Includes session name in class. }, class = { - "Arandr", - "Gpick", - "Kruler", - "MessageWin", -- kalarm. - "Sxiv", - "Wpa_gui", - "pinentry", - "veromix", - "xtightvncviewer", - "MuPDF", - "vlc"}, + "Arandr", + "Gpick", + "Kruler", + "MessageWin", -- kalarm. + "Sxiv", + "Wpa_gui", + "pinentry", + "veromix", + "xtightvncviewer", + "MuPDF", + "vlc", + "Wicd-client.py", + "Blueman-manager" + }, name = { - "Event Tester", -- xev. + "Event Tester", -- xev. }, role = { - "AlarmWindow", -- Thunderbird's calendar. - "pop-up", -- e.g. Google Chrome's (detached) Developer Tools. + "AlarmWindow", -- Thunderbird's calendar. + "pop-up", -- e.g. Google Chrome's (detached) Developer Tools. } }, properties = { floating = true }},