23 lines
465 B
Text
23 lines
465 B
Text
#
|
|
# window rules for a2337
|
|
#
|
|
|
|
workspace "10:" output DP-3
|
|
|
|
for_window [app_id="scrcpy"] {
|
|
floating enable
|
|
sticky enable
|
|
# resize set width 660
|
|
resize set width 493
|
|
# resize set height 1420
|
|
resize set height 1060
|
|
# move absolute position 1890 -480
|
|
# move absolute position 1910 -480
|
|
move absolute position 2210 -120
|
|
}
|
|
|
|
for_window [class="^Minecraft"] {
|
|
inhibit_idle focus
|
|
fullscreen enable
|
|
move output DP-2
|
|
}
|