i use arch btw
0
fork

Configure Feed

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

Switch to the official Discord package

+1 -22
-21
bin/bin/discord
··· 1 - #!/usr/bin/bash 2 - 3 - set -euo pipefail 4 - 5 - name=discord 6 - electron=electron26 7 - flags_file="${XDG_CONFIG_HOME:-$HOME/.config}/${name}-flags.conf" 8 - 9 - declare -a flags 10 - 11 - if [[ -f "${flags_file}" ]]; then 12 - mapfile -t <"${flags_file}" 13 - fi 14 - 15 - for line in "${MAPFILE[@]}"; do 16 - if [[ ! "${line}" =~ ^[[:space:]]*#.* ]] && [[ -n "${line}" ]]; then 17 - flags+=("${line}") 18 - fi 19 - done 20 - 21 - exec /usr/bin/${electron} /usr/share/${name}/resources/app.asar "${flags[@]}" "$@"
+1 -1
discord/.local/share/applications/discord.desktop
··· 3 3 StartupWMClass=discord 4 4 Comment=All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone. 5 5 GenericName=Internet Messenger 6 - Exec=/home/bas/bin/discord 6 + Exec=/usr/bin/discord --enable-features=UseOzonePlatform --ozone-platform=wayland 7 7 Icon=discord 8 8 Type=Application 9 9 Categories=Network;InstantMessaging;