diff --git a/hosts/adventurer.toml b/hosts/adventurer.toml index 50b1a23..662dc13 100644 --- a/hosts/adventurer.toml +++ b/hosts/adventurer.toml @@ -2,3 +2,18 @@ is-virtual = false base16-scheme = "seti" ethernet = ["enp37s0"] disks = ["/"] + +[[outputs]] +name = "Unknown VG258 M1LMQS004947" +position = "0 1080" +mode = "1920x1080@165Hz" + +[[outputs]] +name = "BenQ Corporation BenQ GL2580 46J02196SL0" +position = "1920 1080" +mode = "1920x1080@60Hz" + +[[outputs]] +name = "BenQ Corporation BenQ GL2580 46J02151SL0" +position = "960 0" +mode = "1920x1080@60Hz" diff --git a/templates/.config/sway/config b/templates/.config/sway/config index 9652600..25d096e 100644 --- a/templates/.config/sway/config +++ b/templates/.config/sway/config @@ -37,6 +37,10 @@ client.urgent $base08 $base08 $base00 $base08 $base08 client.placeholder $base01 $base01 $base05 $base01 $base01 client.background $base07 +% for output in host.get('outputs', []): +output "${output['name']}" pos ${output['position']} mode ${output['mode']} +% endfor + output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill font pango:DejaVu Sans Mono 8