mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 12:32:27 +01:00
7 lines
255 B
Text
7 lines
255 B
Text
# Make discord use xdg-desktop-portal to open links by pretending
|
|
# we're running inside flatpak (eww).
|
|
private-bin gdbus
|
|
env DE=flatpak
|
|
|
|
# Whitelist symlink to theme in order to grant access to the link target file.
|
|
whitelist ~/.config/discord/theme.css
|