diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-12-04 01:18:51 +0100 |
---|---|---|
committer | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-12-04 01:18:51 +0100 |
commit | 47f36ede96b4f9dcc99bfb0df389a8d988a3b76e (patch) | |
tree | 712ed091c931090c100ed69d82406681c1eb0fc9 | |
parent | c1e06e30d382aaa36f29349975a89ae9e34cf2d1 (diff) |
Enable HiDPI
-rw-r--r-- | sway.config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sway.config b/sway.config index 1d9bcf9..e564f62 100644 --- a/sway.config +++ b/sway.config @@ -31,6 +31,11 @@ output * bg /gnu/store/r1s30d4xxfx9a5i9m0rfa9kcnh02s0vs-sway-1.8-rc1/share/backg # # You can get the names of your outputs by running: swaymsg -t get_outputs +output LVDS-1 { + scale 1.2 + scale_filter linear +} + ### Idle configuration # # Example configuration: |