From f812fe37080749e0cf74ac72f6d21f12f3ea6f49 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Wed, 30 Oct 2019 11:33:34 +0100 Subject: [PATCH] [sway] update thinkman displayport-config --- sway/thinkman | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sway/thinkman b/sway/thinkman index 31bd7a0..c4c5315 100644 --- a/sway/thinkman +++ b/sway/thinkman @@ -3,7 +3,14 @@ output * { position 1600,0 } -output "LVDS-1" { +output DP-1 { + resolution 1920x1080 +} + +set $laptop "LVDS-1" +bindswitch lid:on output $laptop disable +bindswitch lid:off output $laptop enable +output $laptop { position 0,180 }