i use arch btw
0
fork

Configure Feed

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

Add systemctl commands

+4 -2
+4 -2
README.md
··· 118 118 && chmod +x $HOME/plex-rich-presence_linux_amd64-* 119 119 ``` 120 120 121 - #### Copy systemd services 121 + #### Install systemd services 122 122 ```shell 123 123 sudo cp systemd/etc/systemd/system/reload-cpu-modules.service /etc/systemd/system/ 124 + sudo systemctl enable --now reload-cpu-modules 124 125 cp systemd/.config/systemd/user/plex-rich-presence.service ~/.config/systemd/user/ 125 - cp systemd/.config/systemd/user/imwheel.service ~/.config/systemd/user/ 126 + #cp systemd/.config/systemd/user/imwheel.service ~/.config/systemd/user/ 127 + systemctl --user enable --now plex-rich-presence 126 128 ```