diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-24 18:23:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-24 18:23:11 +0200 |
| commit | fd7fe124f50dbca859b7e6ab9b3db22985da3977 (patch) | |
| tree | d7325958a185f1f8ffdafa575b5b9013800010fc /nixos/hosts/bed/components/wm.nix | |
| parent | 2762651afb6ea903d3c9dae5ed46711f8073fe98 (diff) | |
Update wm.nix
Diffstat (limited to 'nixos/hosts/bed/components/wm.nix')
| -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 99e8381..222e0ca 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.50 }) + hl.monitor({ output = "eDP-1", mode = "2560x1600@90", position = "0x0", scale = 1.60 }) local mod = "SUPER" local terminal = "kitty" |
