diff options
author | zachir <zachir@librem.one> | 2025-07-27 17:11:22 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-27 17:11:22 -0500 |
commit | 442246498a50440a19d9cba78e83abb55d542879 (patch) | |
tree | 1547928229b5d9dcbd97c031039e5a92961e9ee3 /installers | |
parent | 4f867087e2cf54a4d972af95b22cef2a0a3a8018 (diff) | |
parent | 309f88b7875c27e063062fdebe71058765b199ee (diff) |
Merge branch 'master' into cas
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 + + |