diff options
author | sefidel <contact@sefidel.net> | 2023-03-09 00:48:33 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-03-09 00:48:33 +0900 |
commit | 8e70a3627f01cca4b907270454ad05163a7406ef (patch) | |
tree | 7520a0e83b075c0205aba8bebc27cf30b16c1692 | |
parent | 323e6a6e25fb2daa2c62b006dae1662e21cb9787 (diff) | |
download | nixrc-8e70a3627f01cca4b907270454ad05163a7406ef.tar.gz nixrc-8e70a3627f01cca4b907270454ad05163a7406ef.zip |
feat(home/base): scale 1 for macos
-rw-r--r-- | home/profiles/base/config/sway.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/home/profiles/base/config/sway.nix b/home/profiles/base/config/sway.nix index 728292b..be98600 100644 --- a/home/profiles/base/config/sway.nix +++ b/home/profiles/base/config/sway.nix @@ -191,12 +191,6 @@ with neotheme.colors; output "*" scale 1 output "*" scale_filter nearest - # MacBook screen - output "Unknown-1" { - scale 2 - scale_filter smart - } - input type:touchpad { tap enabled natural_scroll enabled |