diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-08-29 16:25:49 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-08-29 16:25:49 +0300 |
| commit | 291387730c0a13ce7b9d8152d065b2c3b0d48ab4 (patch) | |
| tree | fd76343ed239a6376b7ba7ee9a51d19e16317832 /.local | |
| parent | 9e542cde7fba85995fa5990de75c2b010aea7cc9 (diff) | |
| download | dotfiles-291387730c0a13ce7b9d8152d065b2c3b0d48ab4.tar dotfiles-291387730c0a13ce7b9d8152d065b2c3b0d48ab4.tar.gz dotfiles-291387730c0a13ce7b9d8152d065b2c3b0d48ab4.zip | |
(1) Made discord desktop file auto-reopen app if crash
Diffstat (limited to '.local')
| -rw-r--r-- | .local/share/applications/discord.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/applications/discord.desktop b/.local/share/applications/discord.desktop index 9cc5bcb..aee34b0 100644 --- a/.local/share/applications/discord.desktop +++ b/.local/share/applications/discord.desktop @@ -3,7 +3,7 @@ Name=Discord StartupWMClass=discord Comment=All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone. GenericName=Internet Messenger -Exec=/opt/Discord/Discord +Exec=while true; do /opt/Discord/Discord && break; done Icon=discord Type=Application Categories=Network;InstantMessaging; |
