diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-12-04 01:18:51 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2022-12-04 01:18:51 +0100 |
commit | eeaf0e1f5f6f188b76b9f1b57ec2dbc2bb02d190 (patch) | |
tree | 6b0dc3fc54e780925b2b3fd00fc03e3ffdc1c364 | |
parent | 49ea29529106d77d850e6b5d1949f41ed0b9942e (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: |