diff options
| author | ewy1 <ewy0@protonmail.com> | 2025-01-13 19:58:53 +0100 |
|---|---|---|
| committer | ewy1 <ewy0@protonmail.com> | 2025-01-13 19:58:53 +0100 |
| commit | 5ec8bb34dfce5577ab48c12c7e6c6a424d93bab2 (patch) | |
| tree | 201d4db8bc047c30c3d7c0c371e8cee2008c3747 /.config/sway/hosts | |
| parent | e951cf30006ef75e8eabd68aabeec0e2fd18d963 (diff) | |
added multi device config
Diffstat (limited to '.config/sway/hosts')
| -rw-r--r-- | .config/sway/hosts/study/outputs | 3 | ||||
| -rw-r--r-- | .config/sway/hosts/wit/outputs | 9 |
2 files changed, 12 insertions, 0 deletions
diff --git a/.config/sway/hosts/study/outputs b/.config/sway/hosts/study/outputs new file mode 100644 index 0000000..3d3e7f2 --- /dev/null +++ b/.config/sway/hosts/study/outputs @@ -0,0 +1,3 @@ +output eDP-2 { + scale 1.5 +} diff --git a/.config/sway/hosts/wit/outputs b/.config/sway/hosts/wit/outputs new file mode 100644 index 0000000..83bb6bf --- /dev/null +++ b/.config/sway/hosts/wit/outputs @@ -0,0 +1,9 @@ +output DP-2 { + resolution 2560x1440@239.970Hz + position 0,0 +} + +output HDMI-A-1 { + resolution 1920x1080@60.000Hz + position 2560,0 +} |
