Reformat rules more compactly
This commit is contained in:
parent
87cf79a71a
commit
0ecc9d9726
219
rules.lua
219
rules.lua
|
@ -41,173 +41,60 @@ awful.rules.rules = {
|
|||
-- log name and class of new windows for debugging purposes
|
||||
callback = function(c)
|
||||
log("-----------\nnew client\n")
|
||||
if (c["name"] ~= nil) then
|
||||
log("name: " .. c["name"])
|
||||
end
|
||||
if (c["class"] ~= nil) then
|
||||
log("class: " .. c["class"])
|
||||
end
|
||||
if (c["type"] ~= nil) then
|
||||
log("type: " .. c["type"])
|
||||
end
|
||||
if (c["instance"] ~= nil) then
|
||||
log("instance: " .. c["instance"])
|
||||
end
|
||||
if (c["name"] ~= nil) then log("name: " .. c["name"]) end
|
||||
if (c["class"] ~= nil) then log("class: " .. c["class"]) end
|
||||
if (c["type"] ~= nil) then log("type: " .. c["type"]) end
|
||||
if (c["instance"] ~= nil) then log("instance: " .. c["instance"]) end
|
||||
end
|
||||
},
|
||||
{ rule = { class = "qutebrowser" }, properties = { tag = "2" } },
|
||||
--{ rule = { name = "", class = "jetbrains-idea", type = "dialog" },
|
||||
-- properties = { placement = false },
|
||||
-- callback = function(c)
|
||||
-- c:connect_signal("unfocus", function() client.focus = c end)
|
||||
-- end
|
||||
--},
|
||||
{
|
||||
rule = { class = "Onboard" },
|
||||
properties = { sticky = true, ontop = true, focusable = false}
|
||||
},
|
||||
{
|
||||
rule = { class = "Passprompt" },
|
||||
properties = { ontop = true, focus = true}
|
||||
},
|
||||
{
|
||||
rule = { class = "Dragon" },
|
||||
properties = { ontop = true, sticky = true}
|
||||
},
|
||||
{
|
||||
rule = { class = "Sm" },
|
||||
properties = {
|
||||
floating = true,
|
||||
size_hints_honor = true,
|
||||
-- --ontop = true,
|
||||
fullscreen = true,
|
||||
-- border_width = 0
|
||||
}
|
||||
},
|
||||
{
|
||||
rule_any = { class = {
|
||||
"pinentry", "Passprompt", "copyq"
|
||||
}},
|
||||
properties = { floating = true, size_hints_honor = true }
|
||||
},
|
||||
{
|
||||
rule_any = { class = {"Pidgin"}, instance = {"Weechat"}, name = {"Weechat"}},
|
||||
properties = {
|
||||
screen = chat, tag = "3", opacity = 0.8
|
||||
},
|
||||
callback = function(c) popup_urgent(c, "new chat message") end
|
||||
},
|
||||
{
|
||||
rule = { role = "buddy_list" },
|
||||
callback = awful.client.setmaster
|
||||
},
|
||||
{
|
||||
rule = { class = "Eclipse" },
|
||||
properties = {
|
||||
screen = 1, tag = "8",
|
||||
floating = false
|
||||
}
|
||||
},
|
||||
{
|
||||
rule = { class = "Eclipse", name = ".*", type = "dialog" },
|
||||
properties = {
|
||||
screen = 1, tag = "8",
|
||||
floating = false
|
||||
}
|
||||
},
|
||||
{
|
||||
rule = { class = "Steam", name = "Friends" },
|
||||
properties = {
|
||||
screen = screen_chat, tag = "3"
|
||||
},
|
||||
callback = awful.client.setmaster
|
||||
},
|
||||
{
|
||||
rule = { class = "Steam", name = "Chat" },
|
||||
properties = {
|
||||
screen = screen_chat, tag = "3"
|
||||
},
|
||||
callback = awful.client.setslave
|
||||
},
|
||||
{
|
||||
rule = { class = "Steam", name = "Steam" },
|
||||
properties = {
|
||||
tag = "F1"
|
||||
}
|
||||
},
|
||||
{
|
||||
rule = { class = "rocketchat" },
|
||||
properties = {
|
||||
screen = screen_chat, tag = "5"
|
||||
}
|
||||
},
|
||||
{
|
||||
rule = { class = "Telegram" },
|
||||
{ rule = { class = "qutebrowser" }, properties = { tag = "2" }},
|
||||
{ rule = { class = "Passprompt" },
|
||||
properties = { ontop = true, focus = true}},
|
||||
{ rule = { class = "Dragon" },
|
||||
properties = { ontop = true, sticky = true}},
|
||||
{ rule = { class = "Sm" },
|
||||
properties = { floating = true, size_hints_honor = true, fullscreen = true, }},
|
||||
{ rule_any = { class = { "pinentry", "Passprompt", "copyq" }},
|
||||
properties = { floating = true, size_hints_honor = true }},
|
||||
{ rule_any = { class = {"Pidgin"}, instance = {"Weechat"}, name = {"Weechat"}},
|
||||
properties = { screen = screen_chat, tag = "3", opacity = 0.8 },
|
||||
callback = function(c) popup_urgent(c, "new chat message") end},
|
||||
{ rule = { role = "buddy_list" },
|
||||
callback = awful.client.setmaster},
|
||||
{ rule = { class = "Steam", name = "Friends" },
|
||||
properties = { screen = screen_chat, tag = "3" },
|
||||
callback = awful.client.setmaster},
|
||||
{ rule = { class = "Steam", name = "Chat" },
|
||||
properties = { screen = screen_chat, tag = "3" },
|
||||
callback = awful.client.setslave },
|
||||
{ rule = { class = "Steam", name = "Steam" },
|
||||
properties = { tag = "F1" }},
|
||||
{ rule_any = { class = {"Rocket.Chat"}, instance = {"rocket.chat"}},
|
||||
properties = { screen = screen_chat, tag = "5" }},
|
||||
{ rule_any = { class = {"Element"}, instance = {"element"}},
|
||||
properties = { screen = screen_chat, tag = "1" }},
|
||||
{ rule = { class = "Telegram" },
|
||||
except = { name = "Media viewer" },
|
||||
properties = {
|
||||
screen = screen_chat, tag = "3"
|
||||
},
|
||||
callback = awful.client.setslave
|
||||
},
|
||||
{
|
||||
rule = { class = "Telegram", name = "Media viewer" },
|
||||
properties = {
|
||||
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 = { class = "Gmpc" },
|
||||
properties = {
|
||||
tag = "6"
|
||||
}
|
||||
},
|
||||
{
|
||||
rule = { class = "Pdfpc" },
|
||||
properties = {
|
||||
size_hints_honor = true,
|
||||
float = true,
|
||||
fullscreen = true
|
||||
}
|
||||
},
|
||||
{
|
||||
rule_any = { class = {"URxvt", "Alacritty", "GVim" } },
|
||||
properties = {
|
||||
opacity = 0.8
|
||||
}
|
||||
},
|
||||
{
|
||||
rule = { name = "Awesomelog" },
|
||||
properties = {
|
||||
tag = "F4"
|
||||
}
|
||||
},
|
||||
{
|
||||
rule = { class = "Dragon" },
|
||||
properties = {
|
||||
sticky = true,
|
||||
ontop = true
|
||||
}
|
||||
},
|
||||
{
|
||||
rule = { class = "adobe dng converter.exe" },
|
||||
properties = { floating = true, size_hints_honor = true }
|
||||
}
|
||||
properties = { size_hints_honor = true, float = 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 = { class = {"Gmpc", "Spotify"}},
|
||||
properties = { tag = "6" }},
|
||||
{ rule = { class = "Pdfpc" },
|
||||
properties = { size_hints_honor = true, float = true, fullscreen = true }},
|
||||
{ rule_any = { class = {"URxvt", "Alacritty", "GVim" }},
|
||||
properties = { opacity = 0.8 }},
|
||||
{ rule = { name = "Awesomelog" },
|
||||
properties = { tag = "F4" }},
|
||||
{ rule = { class = "Dragon" },
|
||||
properties = { sticky = true, ontop = true }},
|
||||
{ rule = { class = "adobe dng converter.exe" },
|
||||
properties = { floating = true, size_hints_honor = true }},
|
||||
{ rule = { class = "Onboard" },
|
||||
properties = { sticky = true, ontop = true, focusable = false}},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue