Add associations for telegram
This commit is contained in:
parent
7a283f4bbc
commit
65410deb2f
|
@ -131,6 +131,8 @@ in
|
|||
"x-scheme-handler/feed" = [ "thunderbird.desktop" ];
|
||||
"application/rss+xml" = [ "thunderbird.desktop" ];
|
||||
"application/x-extension-rss" = [ "thunderbird.desktop" ];
|
||||
"x-scheme-handler/tg2" = [ "org.telegram.desktop.desktop" ];
|
||||
"x-scheme-handler/tonsite2" = [ "org.telegram.desktop.desktop" ];
|
||||
};
|
||||
xdg.mimeApps.defaultApplications = {
|
||||
# Email
|
||||
|
@ -167,6 +169,10 @@ in
|
|||
|
||||
# Files
|
||||
"inode/directory" = [ "dolphin.desktop" ];
|
||||
|
||||
# Telegram
|
||||
"x-scheme-handler/tg2" = "org.telegram.desktop.desktop";
|
||||
"x-scheme-handler/tonsite2" = "org.telegram.desktop.desktop";
|
||||
};
|
||||
|
||||
# Add one for kakoune
|
||||
|
|
Loading…
Reference in a new issue