From 304aa0bc4856e5498b64ae95e73e1a7b21924f46 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Sat, 26 Jul 2025 13:07:11 -0500 Subject: Add wc script to install wc stuff as necessary --- installers/wc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 installers/wc (limited to 'installers/wc') 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 + + -- cgit v1.2.3