X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/9dc8b5e6468428a90921194e61befaaccec961f5..8b4070b51e98191e73b51fc28c42b8a10e0d92dc:/awesome/rules.lua?ds=sidebyside diff --git a/awesome/rules.lua b/awesome/rules.lua index ffda80e..3696096 100644 --- a/awesome/rules.lua +++ b/awesome/rules.lua @@ -35,9 +35,6 @@ awful.rules.rules = { ontop = true, x = 1920 - 310, y = mywibox[mouse.screen].height, height = 100, width = 100 } }, - { rule = { class = "Clementine" }, - properties = { tag = mediatag, - switchtotag = true } }, { rule = { class = "URxvt", instance = "mutt" }, properties = { tag = wwwtag, function (c) awful.client.setslave(c) end } }, @@ -52,9 +49,6 @@ awful.rules.rules = { { rule = { class = "URxvt", instance = "weechat" }, properties = { tag = imtag, function (c) awful.client.setmaster(c) end } }, - { rule = { class = "Kopete" }, - properties = { tag = imtag, - function (c) awful.client.setslave(c) end } }, { rule = { class = "Steam" }, properties = { tag = tags[1][9] } }, }