summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-11-17 22:27:58 +0530
committersinanmohd <sinan@sinanmohd.com>2024-11-17 22:27:58 +0530
commitc70ac7f7e8035deed8fdb66cbd1fd5dd21fe1830 (patch)
tree4b043cf6a82d7271b9c6dd1bff236b8da8a1ddf3
parentf4a087e5ebeb34ec11e7b29577a325255f613286 (diff)
home/cez/wayland: set scaling to 1.6
-rw-r--r--home/cez/modules/wayland.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/home/cez/modules/wayland.nix b/home/cez/modules/wayland.nix
index 525d51d..bfba63e 100644
--- a/home/cez/modules/wayland.nix
+++ b/home/cez/modules/wayland.nix
@@ -5,8 +5,11 @@ in {
wayland.windowManager.sway.settings = {
# vendor hardcoded screenshot key
bindsym."mod4+shift+s" = "exec ${freezshot}";
- output."eDP-1".scale = 1.4;
- output."HDMI-A-1".scale = 1.6;
+
+ output = {
+ "eDP-1".scale = 1.6;
+ "HDMI-A-1".scale = 1.6;
+ };
};
programs.bemenu.settings.line-height = 25;