mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-03-09 02:07:53 +01:00
install: place the Discord ipc config in place if snap Discord is installed
This commit is contained in:
parent
54865c8564
commit
743e8a98a3
7
install
7
install
@ -58,6 +58,13 @@ if [ ! -f $HOME/.config/MangoHud/MangoHud.conf ]; then
|
||||
cp -v conf/MangoHud.conf $HOME/.config/MangoHud/
|
||||
fi
|
||||
|
||||
# Discord snap inter process communication
|
||||
if [ -f /var/lib/snapd/snap/bin/discord ]; then
|
||||
#if [ ! -f $HOME/.config/user-tmpfiles.d/discord-rpc.conf ]; then
|
||||
cp -v conf/user-tmpfiles.d/discord-rpc.conf $HOME/.config/user-tmpfiles.d/
|
||||
#fi
|
||||
fi
|
||||
|
||||
# Default cursor font
|
||||
if [[ ! -f $HOME/.local/share/icons/default/index.theme && -f /usr/share/icons/Oxygen_Yellow/index.theme ]]; then
|
||||
mkdir -vp $HOME/.local/share/icons/default/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user