diff --git a/dot_config/awesome/main/rules.lua b/dot_config/awesome/main/rules.lua index 9749b2e..41b8f5d 100644 --- a/dot_config/awesome/main/rules.lua +++ b/dot_config/awesome/main/rules.lua @@ -47,11 +47,17 @@ ruled.client.connect_signal("request::rules", function() rule = { instance = "bf1.exe" }, properties = { shape = helpers.ui.rrect(0), fullscreen = true, tag = "󰍹", switchtotag = true }, }) + ruled.client.append_rule({ rule = { instance = "wine" }, properties = { shape = helpers.ui.rrect(0), titlebars_enabled = false }, }) + ruled.client.append_rule({ + rule = { instance = "FarmingSimulator2022Game.exe" }, + properties = { fullscreen = true }, + }) + ruled.client.append_rule({ rule_any = { floating = true, diff --git a/dot_config/picom.conf b/dot_config/picom.conf index cef3cc8..af9391e 100644 --- a/dot_config/picom.conf +++ b/dot_config/picom.conf @@ -219,6 +219,7 @@ focus-exclude = [ "100:class_g= 'SlimeRancher2.exe'", "100:class_g= 'VirtualBox Machine'", "100:class_g= 'Wine'", + "100:class_g= 'FarmingSimulator2022Game.exe'" ];