11 lines
312 B
Text
11 lines
312 B
Text
# Inhibit Idle if a window is fullscreen
|
|
for_window [title="^.*"] inhibit_idle fullscreen
|
|
for_window [app_id="^.*"] inhibit_idle fullscreen
|
|
|
|
# Steam
|
|
assign [class="Steam"] $ws2
|
|
|
|
# Lutris
|
|
|
|
assign [app_id="lutris"] $ws1
|
|
for_window [title="^Manage Runners$"] floating enable, resize set 600px 700px, border pixel 1
|