1
0
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:
2025-11-24 01:41:42 +01:00
parent 09c6f7edc3
commit 5bdaff6248

6
.local/bin/tools/discord Executable file
View 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