i use arch btw
0
fork

Configure Feed

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

Use imwheel service instead of desktop app and change config to exclude by default

+13 -11
+1
imwheel/.config/systemd/user/graphical-session.target.wants/imwheel.service
··· 1 + ../imwheel.service
+9
imwheel/.config/systemd/user/imwheel.service
··· 1 + [Unit] 2 + Description="imwheel" 3 + 4 + [Service] 5 + Type=forking 6 + ExecStart=/usr/bin/imwheel 7 + 8 + [Install] 9 + WantedBy=graphical-session.target
+3 -4
imwheel/.imwheelrc
··· 1 - "^Plex$" 2 - @Exclude 1 + "Mailspring" 2 + None, Up, Button4, 3 3 + None, Down, Button5, 3 3 4 4 5 ".*" 5 - None, Up, Button4, 3 6 - None, Down, Button5, 3 7 6 None, Thumb1, Alt_L|Left 8 7 None, Thumb2, Alt_L|Right
-7
imwheel/.local/share/applications/imwheel.desktop
··· 1 - [Desktop Entry] 2 - Name=imwheel 3 - Exec=imwheel 4 - Comment= 5 - Terminal=false 6 - Icon=gnome-panel-launcher 7 - Type=Application