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:
6
.local/bin/app-maps/discord
Executable file
6
.local/bin/app-maps/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
|
||||
2
.local/bin/app-maps/threema-beta
Executable file
2
.local/bin/app-maps/threema-beta
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec $(export XDG_CURRENT_DESKTOP="GNOME" && threema-beta)
|
||||
Reference in New Issue
Block a user