fix update
This commit is contained in:
parent
3ced93d1d2
commit
cdfbd5dc5b
2 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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 = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue