diff options
| author | Blake Romero <blake@blkrom.com> | 2024-11-09 01:14:44 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-11-09 01:14:44 +0000 |
| commit | 47e964ee2b982f56ee95406fe1f99c93d290e0d7 (patch) | |
| tree | e3efe4d5102a829ae49688806cafc12ffa82ca8a /dot-config/sway/config | |
| parent | 7c35b5efdd6150c5225a4c772b1dd4a8361649d1 (diff) | |
Reduce output scale in sway config
Diffstat (limited to 'dot-config/sway/config')
| -rw-r--r-- | dot-config/sway/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot-config/sway/config b/dot-config/sway/config index b96930d..89d0576 100644 --- a/dot-config/sway/config +++ b/dot-config/sway/config @@ -57,7 +57,7 @@ input "type:keyboard" { output * bg $wallpaper fill output eDP-1 { resolution 1920x1080@60Hz - scale 1.5 + scale 1.4 } # Gaps |
