From b5c07dd61d5ac8b3522821d50810387f4f241321 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sat, 11 May 2024 11:22:29 -0700 Subject: [PATCH] Update .config/awesome/main/rules.lua Update .config/picom.conf --- dot_config/awesome/main/rules.lua | 6 ++++++ dot_config/picom.conf | 1 + 2 files changed, 7 insertions(+) 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'" ];