From cdfbd5dc5b629000906c3960cc50927a220321bc Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 18 Mar 2024 12:34:01 +0100 Subject: [PATCH] fix update --- common/automapaper/config2nd.toml | 6 +++--- common/hyprland.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/automapaper/config2nd.toml b/common/automapaper/config2nd.toml index f330d74..566bb97 100644 --- a/common/automapaper/config2nd.toml +++ b/common/automapaper/config2nd.toml @@ -3,11 +3,11 @@ # name of the display in wayland name = "DP-2" # the horizontal cell amount to simulate -horizontal = 192 +horizontal = 256 # the vertical cell amount to simulate -vertical = 108 +vertical = 144 # target simulation ticks per second -tps = 20 +tps = 30 # automaton shader # this has access to the previous state, which is a (horizontal, vertical) sized texture2D that uses the rgba values state_frag="/home/noa/.config/automapaper/state.frag" diff --git a/common/hyprland.nix b/common/hyprland.nix index a8d7681..637d1d4 100644 --- a/common/hyprland.nix +++ b/common/hyprland.nix @@ -21,7 +21,7 @@ enable = true; settings = { monitor = [ - "DP-3,2560x1440@360,1920x0,1,bitdepth,10,vrr,1" + "DP-3,2560x1440@360,2560x0,1,bitdepth,10,vrr,1" "DP-2,2560x1440@144,0x0,1,bitdepth,10,vrr,1" ]; windowrulev2 = [