Update workspaces and windows placements (morty)
This commit is contained in:
parent
7a75b1f43c
commit
6cd268756b
2 changed files with 10 additions and 1 deletions
|
@ -2,3 +2,5 @@ set $term kitty
|
|||
set $menu exec $term --class=launcher -e launcher.sh
|
||||
set $lock_bg ~/documents/ressources/wallpapers/morty.jpg
|
||||
|
||||
set $ws1 1:
|
||||
set $ws2 2:
|
||||
|
|
|
@ -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