Update workspaces and windows placements (morty)
This commit is contained in:
parent
7a75b1f43c
commit
6cd268756b
2 changed files with 10 additions and 1 deletions
|
@ -1,4 +1,11 @@
|
|||
# Inhibit Idle if a window is fullscreen
|
||||
for_window [class="^.*"] inhibit_idle 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
|
||||
|
|
Reference in a new issue