siinus
2 years ago
1 changed files with 41 additions and 4 deletions
@ -1,7 +1,44 @@ |
|||||||
# vim: filetype=swayconfig |
# vim: filetype=swayconfig |
||||||
|
|
||||||
output "Goldstar Company Ltd 27GL850 912NTZN7A301" pos 1200 0 adaptive_sync on |
set $display1 "Goldstar Company Ltd 27GL850 912NTZN7A301" |
||||||
output "Dell Inc. DELL U2410 F525M0536JWL" pos 0 0 transform 270 |
set $display2 "Dell Inc. DELL U2410 F525M0536JWL" |
||||||
output "Samsung Electric Company SyncMaster H9XS901412" pos 3760 0 transform 270 |
set $display3 "Samsung Electric Company SyncMaster H9XS901412" |
||||||
output "Goldstar Company Ltd LG ULTRAWIDE 0x0000955E" pos 1200 1440 |
set $display4 "Goldstar Company Ltd LG ULTRAWIDE 0x0000955E" |
||||||
|
|
||||||
|
output $display1 pos 1200 0 adaptive_sync on |
||||||
|
output $display2 pos 0 0 transform 270 |
||||||
|
output $display3 pos 3760 0 transform 270 |
||||||
|
output $display4 pos 1200 1440 |
||||||
|
|
||||||
|
workspace 1 output $display1 |
||||||
|
workspace 2 output $display2 |
||||||
|
workspace 3 output $display3 |
||||||
|
workspace 4 output $display4 |
||||||
|
|
||||||
|
workspace 5 output $display1 |
||||||
|
workspace 6 output $display1 |
||||||
|
workspace 7 output $display1 |
||||||
|
workspace 8 output $display1 |
||||||
|
workspace 9 output $display2 |
||||||
|
workspace 10 output $display2 |
||||||
|
|
||||||
|
assign [title="con_overlap"] 4 |
||||||
|
assign [title="con_htop"] 4 |
||||||
|
|
||||||
|
assign [app_id="org.kde.quassel"] 4 |
||||||
|
assign [app_id="telegramdesktop"] 3 |
||||||
|
assign [app_id="audacious"] 10 |
||||||
|
assign [app_id="org.rncbc.qpwgraph"] 10 |
||||||
|
assign [app_id="thunderbird"] 10 |
||||||
|
assign [class="com.bitwig.BitwigStudio"] 7 |
||||||
|
|
||||||
|
exec $term --title con_overlap |
||||||
|
exec $term --title con_htop -e htop |
||||||
|
|
||||||
|
exec quasselclient |
||||||
|
exec telegram-desktop |
||||||
|
exec audacious |
||||||
|
exec qpwgraph |
||||||
|
exec thunderbird |
||||||
|
exec sleep 2 && bitwig-studio Bitwig\ Studio/Projects/desktop/desktop.bwproject |
||||||
|
exec $term |
||||||
|
Loading…
Reference in new issue