Reworked a whole lot. New config file and theme config file for easier changes. Did #19. And much more

This commit is contained in:
Kievits Rene
2022-06-14 06:33:33 +02:00
parent fd74ab9fb4
commit 521d392769
60 changed files with 2216 additions and 1450 deletions

View File

@@ -39,14 +39,37 @@ awful.rules.rules = {
"pop-up"
}
},
properties = { floating = true, titlebars_enabled = true }
properties = {
floating = true,
titlebars_enabled = true
}
},
{
id = "titlebar",
rule_any = {
type = { "normal", "dialog", "modal", "utility" }
type = {
"normal",
"dialog",
"modal",
"utility"
}
},
properties = { titlebars_enabled = true }
properties = {
titlebars_enabled = true
}
},
rule_any = {
class = {
'Wine',
'dolphin-emu',
'Steam',
'Citra',
},
name = { 'Steam' }
},
properties = {
skip_decoration = true,
placement = awful.placement.centered
}
}