fix update

This commit is contained in:
Noa Aarts 2024-03-18 12:34:01 +01:00
parent 3ced93d1d2
commit cdfbd5dc5b
2 changed files with 4 additions and 4 deletions

View file

@ -3,11 +3,11 @@
# name of the display in wayland # name of the display in wayland
name = "DP-2" name = "DP-2"
# the horizontal cell amount to simulate # the horizontal cell amount to simulate
horizontal = 192 horizontal = 256
# the vertical cell amount to simulate # the vertical cell amount to simulate
vertical = 108 vertical = 144
# target simulation ticks per second # target simulation ticks per second
tps = 20 tps = 30
# automaton shader # automaton shader
# this has access to the previous state, which is a (horizontal, vertical) sized texture2D that uses the rgba values # 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" state_frag="/home/noa/.config/automapaper/state.frag"

View file

@ -21,7 +21,7 @@
enable = true; enable = true;
settings = { settings = {
monitor = [ 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" "DP-2,2560x1440@144,0x0,1,bitdepth,10,vrr,1"
]; ];
windowrulev2 = [ windowrulev2 = [