diff options
author | ZachIR <zachir@librem.one> | 2025-07-26 13:07:22 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-26 13:07:22 -0500 |
commit | bf5ca1ca5b9cf6853217495258a53feda7a189be (patch) | |
tree | 6415ffe9aa536b4cada6efeb868d0ae7a322ef2a /installers | |
parent | e7bd39aeda112e7c0dd0493fa3886149df2f2771 (diff) | |
parent | 304aa0bc4856e5498b64ae95e73e1a7b21924f46 (diff) |
Merge branch 'master' into car
Diffstat (limited to 'installers')
-rwxr-xr-x | installers/wc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/installers/wc b/installers/wc new file mode 100755 index 0000000..bfdb299 --- /dev/null +++ b/installers/wc @@ -0,0 +1,6 @@ +#!/bin/sh + +pgrep -x Hyprland && make install-hyprplugins +pgrep -x scroll && make install-scrollconf + + |