mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-11-24 14:59:46 +01:00
discord: use vesktop if installed
This commit is contained in:
6
.local/bin/tools/discord
Executable file
6
.local/bin/tools/discord
Executable file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
if command -v vesktop >/dev/null 2>&1; then
|
||||||
|
exec vesktop --force-device-scale-factor=1.2 "$@"
|
||||||
|
else
|
||||||
|
exec discord "$@"
|
||||||
|
fi
|
||||||
Reference in New Issue
Block a user