small updates
This commit is contained in:
parent
1882057748
commit
a5447d1669
3 changed files with 9 additions and 6 deletions
|
|
@ -61,6 +61,7 @@ awful.rules.rules = {
|
|||
callback = function(c)
|
||||
if startswith(c["class"], "steam_app_") then
|
||||
keyboard_layer(3)(c)
|
||||
c.fullscreen = true
|
||||
end
|
||||
log("-----------\nnew client\n")
|
||||
if c["name"] ~= nil then
|
||||
|
|
@ -130,9 +131,13 @@ awful.rules.rules = {
|
|||
rule = { class = "TelegramDesktop", name = "Media viewer" },
|
||||
properties = { size_hints_honor = true, floating = true, fullscreen = true },
|
||||
},
|
||||
{
|
||||
rule_any = { class = { "Jellyfin Media Player" }, name = { "jellyfinmediaplayer" } },
|
||||
properties = { size_hints_honor = true, fullscreen = true },
|
||||
},
|
||||
{ rule_any = { role = { "conversation" }, instance = { "Weechat" } }, callback = awful.client.setslave },
|
||||
{ rule = { class = "Irssi" }, properties = { tag = "3" }, callback = awful.client.setslave },
|
||||
{ rule_any = { instance = { "Gmutt" }, name = { "Gmutt" } }, properties = { tag = "4", screen = screen_mail } },
|
||||
{ rule_any = { instance = { "Gmutt" }, name = { "Gmutt" } }, properties = { tag = "4" } },
|
||||
{ rule_any = { class = { "Gmpc", "Spotify" } }, properties = { tag = "6" } },
|
||||
{ rule = { class = "Pdfpc" }, properties = { size_hints_honor = true, floating = true, fullscreen = true } },
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue