diff options
| author | dacctal <120422854+dacctal@users.noreply.github.com> | 2026-03-05 01:21:45 +0000 |
|---|---|---|
| committer | dacctal <120422854+dacctal@users.noreply.github.com> | 2026-03-05 01:21:45 +0000 |
| commit | 69a722cfd33076a4d63f1d49e52bed427453eabe (patch) | |
| tree | 56545e93c12a8232058a0ab2b258546418656e03 /.config/sway/monitors | |
initial commit
Diffstat (limited to '.config/sway/monitors')
| -rwxr-xr-x | .config/sway/monitors | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/sway/monitors b/.config/sway/monitors new file mode 100755 index 0000000..2eb991e --- /dev/null +++ b/.config/sway/monitors @@ -0,0 +1,10 @@ +# Wallpaper +output * bg ~/.config/sway/walls/caelus.png fill + +# My monitors (change to work for yours): +output DP-2 res 1920x1080@143.981Hz pos 0,0 +output DP-1 res 1920x1080@74.973Hz pos 1920,0 +output HDMI-A-1 modeline 141.50 1920 2032 2232 2544 1080 1083 1088 1114 -hsync +vsync +output HDMI-A-1 pos 960,-1080 + +# You can get the names of your outputs by running: swaymsg -t get_outputs |
