about summary refs log tree commit diff
path: root/users/fcuny/desktop/sway
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-13 14:24:47 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-13 14:24:47 -0800
commite901a36a5f13d8405d9f262fae854cc117977080 (patch)
tree5cc45c17457334080109ca5c6fb92dfeb6d6840b /users/fcuny/desktop/sway
parenthosts: load igb kernel module for initrd (diff)
downloadworld-e901a36a5f13d8405d9f262fae854cc117977080.tar.gz
sway: set the scaling factor
Diffstat (limited to 'users/fcuny/desktop/sway')
-rw-r--r--users/fcuny/desktop/sway/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/users/fcuny/desktop/sway/default.nix b/users/fcuny/desktop/sway/default.nix
index 737e5e6..90420d7 100644
--- a/users/fcuny/desktop/sway/default.nix
+++ b/users/fcuny/desktop/sway/default.nix
@@ -28,6 +28,11 @@
       terminal = "${config.programs.alacritty.package}/bin/alacritty";
       menu = "${pkgs.wofi}/bin/wofi -S run";
       bars = [ ];
+      output = {
+        "*" = {
+          scale = "1.5";
+        };
+      };
     };
   };
 }