From: Samir Benmendil Date: Wed, 12 Jun 2013 23:13:31 +0000 (+0200) Subject: add rule for clementine X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/342e9e551c0ade369ce06facdf844a32f16dcad1?ds=sidebyside add rule for clementine --- diff --git a/awesome/rules.lua b/awesome/rules.lua index 6386316..00c29a7 100644 --- a/awesome/rules.lua +++ b/awesome/rules.lua @@ -19,6 +19,9 @@ awful.rules.rules = { ontop = true, x = 1920 - 310, y = mywibox[mouse.screen].height, height = 100, width = 100 } }, + { rule = { class = "Clementine" }, + properties = { tag = tags[2][3], + switchtotag = true } }, -- Set Firefox to always map on tags number 2 of screen 1. -- { rule = { class = "Firefox" }, -- properties = { tag = tags[1][2] } },