Update .config/awesome/main/rules.lua
Update .config/picom.conf
This commit is contained in:
parent
3ae501bcd9
commit
b5c07dd61d
2 changed files with 7 additions and 0 deletions
|
@ -47,11 +47,17 @@ ruled.client.connect_signal("request::rules", function()
|
||||||
rule = { instance = "bf1.exe" },
|
rule = { instance = "bf1.exe" },
|
||||||
properties = { shape = helpers.ui.rrect(0), fullscreen = true, tag = "", switchtotag = true },
|
properties = { shape = helpers.ui.rrect(0), fullscreen = true, tag = "", switchtotag = true },
|
||||||
})
|
})
|
||||||
|
|
||||||
ruled.client.append_rule({
|
ruled.client.append_rule({
|
||||||
rule = { instance = "wine" },
|
rule = { instance = "wine" },
|
||||||
properties = { shape = helpers.ui.rrect(0), titlebars_enabled = false },
|
properties = { shape = helpers.ui.rrect(0), titlebars_enabled = false },
|
||||||
})
|
})
|
||||||
|
|
||||||
|
ruled.client.append_rule({
|
||||||
|
rule = { instance = "FarmingSimulator2022Game.exe" },
|
||||||
|
properties = { fullscreen = true },
|
||||||
|
})
|
||||||
|
|
||||||
ruled.client.append_rule({
|
ruled.client.append_rule({
|
||||||
rule_any = {
|
rule_any = {
|
||||||
floating = true,
|
floating = true,
|
||||||
|
|
|
@ -219,6 +219,7 @@ focus-exclude = [
|
||||||
"100:class_g= 'SlimeRancher2.exe'",
|
"100:class_g= 'SlimeRancher2.exe'",
|
||||||
"100:class_g= 'VirtualBox Machine'",
|
"100:class_g= 'VirtualBox Machine'",
|
||||||
"100:class_g= 'Wine'",
|
"100:class_g= 'Wine'",
|
||||||
|
"100:class_g= 'FarmingSimulator2022Game.exe'"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue