diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-24 16:52:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-24 16:52:14 +0200 |
| commit | 879d614cf7aa011f6f613a139e7aedc337708aca (patch) | |
| tree | 593d2f95ce8ed9cf04ae2df643b8f1db1d53bb74 /nixos | |
| parent | 61e9afb50d6b6bf84a7a6f7c37e2c0ec4732ed37 (diff) | |
Update wm.nix
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/hosts/bed/components/wm.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/hosts/bed/components/wm.nix b/nixos/hosts/bed/components/wm.nix index 0f5f989..0f14f09 100644 --- a/nixos/hosts/bed/components/wm.nix +++ b/nixos/hosts/bed/components/wm.nix @@ -19,7 +19,7 @@ local window = dsp.window local workspace = dsp.workspace - hl.monitor({ output = "eDP-1", mode = "2560x1600@90", position = "0x0", scale = 1 }) + hl.monitor({ output = "eDP-1", mode = "2560x1600@90", position = "0x0", scale = 1.50 }) local mod = "SUPER" local terminal = "kitty" |
