Skip to content

Commit f4b67c1

Browse files
committed
picom fork, new animations
1 parent 27b93dc commit f4b67c1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

make.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
git submodule update --init --recursive
4+
meson --buildtype=release . build
5+
ninja -C build
6+
meson configure -Dprefix=/usr build
7+
sudo ninja -C build install

src/config_libconfig.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ char *parse_config_libconfig(options_t *opt, const char *config_file, bool *shad
553553
// --animation-stiffness
554554
config_lookup_float(&cfg, "animation-stiffness", &opt->animation_stiffness);
555555
// --animation-stiffness-curtag
556-
config_lookup_float(&cfg, "animation-stiffness-curtag", &opt->animation_stiffness);
556+
config_lookup_float(&cfg, "animation-stiffness-curtag", &opt->animation_stiffness_curtag);
557557
// --animation-window-mass
558558
config_lookup_float(&cfg, "animation-window-mass", &opt->animation_window_mass);
559559
// --animation-dampening

0 commit comments

Comments
 (0)