From: Samir Benmendil Date: Wed, 12 Jun 2013 22:32:17 +0000 (+0200) Subject: create rule for kmix X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/a69510029293c5b15c3dcb486e1ebfd10f4271c7?hp=77a331e1818bcc7d9ec84f480574c656b310f368 create rule for kmix --- diff --git a/awesome/rules.lua b/awesome/rules.lua index 6eb9790..6386316 100644 --- a/awesome/rules.lua +++ b/awesome/rules.lua @@ -13,6 +13,12 @@ awful.rules.rules = { properties = { floating = true } }, { rule = { class = "gimp" }, properties = { floating = true } }, + { rule = { class = "Kmix" }, + properties = { floating = true, + skip_taskbar = true, + ontop = true, + x = 1920 - 310, y = mywibox[mouse.screen].height, + height = 100, width = 100 } }, -- Set Firefox to always map on tags number 2 of screen 1. -- { rule = { class = "Firefox" }, -- properties = { tag = tags[1][2] } },