Bindings and cleanup
This commit is contained in:
parent
ac8249a394
commit
fb0c3ff086
4 changed files with 15 additions and 11 deletions
|
@ -73,11 +73,13 @@ awful.rules.rules = {
|
|||
properties = { screen = screen_chat, tag = "5" }},
|
||||
{ rule_any = { class = {"Element"}, instance = {"element"}},
|
||||
properties = { screen = screen_chat, tag = "1" }},
|
||||
{ rule = { class = "Telegram" },
|
||||
{ rule = { class = "TelegramDesktop" },
|
||||
except = { name = "Media viewer" },
|
||||
properties = { screen = screen_chat, tag = "3" }},
|
||||
{ rule = { class = "Telegram", name = "Media viewer" },
|
||||
properties = { size_hints_honor = true, floating = true, fullscreen = true }},
|
||||
{ rule = { class = "TelegramDesktop", name = "Media viewer" },
|
||||
properties = { size_hints_honor = true, floating = true, fullscreen = true }},
|
||||
{ rule_any = { role ={ "conversation" }, instance = { "Weechat" }},
|
||||
callback = awful.client.setslave },
|
||||
{ rule = { class = "Irssi"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue