From 3d16aa62eaedbf605b2c5d43d1c07c0c9eb3e528 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 1 Mar 2024 23:53:31 +0000 Subject: [PATCH] sway: let the pinephone default to it's normal scaling it's actually pretty nice at 2.0 scaling with my current apps. i'll need to tweak swaync, conky, wvkbd, etc. later. --- hosts/common/programs/sway/sway-config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/common/programs/sway/sway-config b/hosts/common/programs/sway/sway-config index 9971c78c2..647351355 100644 --- a/hosts/common/programs/sway/sway-config +++ b/hosts/common/programs/sway/sway-config @@ -182,9 +182,9 @@ output "Unknown 0x0637 0x00000000" { res 1920x1080 } # pinephone internal display (a.k.a. "Unknown Unknown Unknown") -output "DSI-1" { - scale 1.6 -} +# output "DSI-1" { +# scale 1.6 +# } # manually export PATH here, since all my user services need that, and sane-sandboxed implementation depends on it. # also, manually export XDG_DATA_DIRS. glib fails in weird ways (e.g. thinks everything is application/x-octet-stream mime type) without it.