From 8e70a3627f01cca4b907270454ad05163a7406ef Mon Sep 17 00:00:00 2001
From: sefidel <contact@sefidel.net>
Date: Thu, 9 Mar 2023 00:48:33 +0900
Subject: feat(home/base): scale 1 for macos

---
 home/profiles/base/config/sway.nix | 6 ------
 1 file changed, 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
-- 
cgit 1.4.1