Properly support HiDPI displays #7

Closed
opened 2026-03-22 18:15:43 +00:00 by albert · 0 comments
Owner

See https://wiki.archlinux.org/title/Sway -- this is just a matter of somehow setting

output "*" scale $YOUR_SCALE_HERE

in Sway. This can either be done in the Sway config we install or by calling

swaymsg -t output '*' scale $YOUR_SCALE_HERE

somewhere in the shepherd process tree.

As a workaround, it is possible to manually add this to your Sway config at /etc/sway/shepherd.conf, but that is currently overwritten by the install scripts.

See <https://wiki.archlinux.org/title/Sway> -- this is just a matter of somehow setting ``` output "*" scale $YOUR_SCALE_HERE ``` in Sway. This can either be done in the Sway config we install or by calling ``` swaymsg -t output '*' scale $YOUR_SCALE_HERE ``` somewhere in the shepherd process tree. As a workaround, it is *possible* to manually add this to your Sway config at `/etc/sway/shepherd.conf`, but that is currently overwritten by the install scripts.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
albert/shepherd-launcher#7
No description provided.