From 098f516d0dbc1a282b6bfa31914008be3ac4eac6 Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 27 Jul 2020 17:05:52 +0200 Subject: Add sway config for ploto .config/sway/ploto: Add configuration for ploto and a few screens frequently in use. --- .config/sway/ploto | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .config/sway/ploto diff --git a/.config/sway/ploto b/.config/sway/ploto new file mode 100644 index 0000000..b527c29 --- /dev/null +++ b/.config/sway/ploto @@ -0,0 +1,21 @@ +output eDP-1 { + resolution 3840x2400 + scale 2 +} + +output "Goldstar Company Ltd LG Ultra HD 0x00005650" { + resolution 3840x2160 + scale 1.6 +} + +output "Dell Inc. DELL U2717D J0XYN8AI230S" { + resolution 2560x1440 + scale 1 +} + +output "Dell Inc. DELL P2719HC D8BLSS2" { + resolution 1920x1080 + scale 1 +} + +include "$HOME/.config/sway/config" -- cgit v1.2.3