diff options
author | ZachIR <zachir@librem.one> | 2025-07-26 13:07:11 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-26 13:07:11 -0500 |
commit | 304aa0bc4856e5498b64ae95e73e1a7b21924f46 (patch) | |
tree | 1fb16e1a16766ec6df77a86365c860de9c1f8108 /installers/wc | |
parent | b35c7ad4db8e604f109f4857a4ed5a1c236caf30 (diff) |
Add wc script to install wc stuff as necessary
Diffstat (limited to 'installers/wc')
-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 + + |