1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-11-29 17:19:44 +01:00

app-maps added for threema-beta to use gnome keyring

This commit is contained in:
2025-11-26 18:00:30 +01:00
parent de1cca03c7
commit bf752316e1
2 changed files with 2 additions and 0 deletions

6
.local/bin/app-maps/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