i use arch btw
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Move systemd services installation

+7 -1
+7 -1
README.md
··· 32 32 ```shell 33 33 sudo cp sysctl/etc/sysctld.d/* /etc/sysctl.d/ 34 34 sudo cp zram/etc/systemd/zram-generator.conf /etc/systemd/ 35 - sudo cp throttled/etc/systemd/system/reload-cpu-modules.service /etc/systemd/system/ 36 35 ``` 37 36 38 37 #### Install yay ··· 110 109 | tr -d \" \ 111 110 | wget -i - && chmod +x plex-rich-presence_linux_amd64-* 112 111 ``` 112 + 113 + #### Copy systemd services 114 + ```shell 115 + sudo cp throttled/etc/systemd/system/reload-cpu-modules.service /etc/systemd/system/ 116 + cp plex-rich-presence/.config/systemd/user/plex-rich-presence.service ~/.config/systemd/user/ 117 + cp imwheel/.config/systemd/user/imwheel.service ~/.config/systemd/user/ 118 + ```