dotfiles
1

Configure Feed

Select the types of activity you want to include in your feed.

Add monitor scaling by default

Juan Nunez-Iglesias (Jun 28, 2026, 8:31 PM +0200) 6c144d19 37906e8e

+11
+11
sway/config
··· 150 150 # Original: exec feh --bg-fill /usr/share/backgrounds/Halifax_Sunset_by_Vlad_Drobinin.jpg 151 151 output * bg /usr/share/backgrounds/cosmic/orion_nebula_nasa_heic0601a.jpg fill 152 152 153 + # Per-monitor scaling. 154 + # PORT: sway does no automatic HiDPI scaling -- set it explicitly per output. 155 + # Outputs are matched by the names sway reports (`swaymsg -t get_outputs`): 156 + # eDP-1 = the built-in 2560x1440 laptop panel 157 + # HDMI-A-1 = the external 3840x2160 (4K) Philips display 158 + # `scale` divides logical resolution by the factor (scale 2.0 on 1440p -> 159 + # 1280x720 of usable space; 1.5 -> ~1707x960). Tune to taste -- you can test a 160 + # value live without editing this file: swaymsg output eDP-1 scale 1.25 161 + output eDP-1 scale 1.25 162 + output HDMI-A-1 scale 1.25 163 + 153 164 # Audio controls. 154 165 # PORT: switched from pactl-with-hardcoded-sink-0 to wpctl (native PipeWire 155 166 # tool, already installed). @DEFAULT_AUDIO_SINK@ follows the real default sink,