diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-13 14:24:47 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-13 14:24:47 -0800 |
commit | e901a36a5f13d8405d9f262fae854cc117977080 (patch) | |
tree | 5cc45c17457334080109ca5c6fb92dfeb6d6840b | |
parent | hosts: load igb kernel module for initrd (diff) | |
download | world-e901a36a5f13d8405d9f262fae854cc117977080.tar.gz |
sway: set the scaling factor
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/desktop/sway/default.nix | 5 |
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"; + }; + }; }; }; } |