55 lines
1.1 KiB
Text
55 lines
1.1 KiB
Text
#
|
|
# window rules for a2337
|
|
#
|
|
|
|
workspace "10:" output DP-3
|
|
|
|
for_window [app_id="pavucontrol-qt$"] {
|
|
floating enable
|
|
sticky enable
|
|
resize set width 400
|
|
resize set height 400
|
|
move absolute position 4200 1010
|
|
}
|
|
|
|
for_window [app_id="nm-connection-editor$"] {
|
|
floating enable
|
|
sticky enable
|
|
resize set width 400
|
|
resize set height 400
|
|
move absolute position 4220 1010
|
|
}
|
|
|
|
for_window [app_id="blueman-manager$"] {
|
|
floating enable
|
|
sticky enable
|
|
resize set width 400
|
|
resize set height 400
|
|
move absolute position 4230 1010
|
|
}
|
|
|
|
for_window [app_id="nextcloud$"] {
|
|
floating enable
|
|
sticky enable
|
|
resize set width 600
|
|
resize set height 500
|
|
move absolute position 4230 1010
|
|
}
|
|
|
|
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
|
|
}
|