You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
479 B
Plaintext
22 lines
479 B
Plaintext
10 months ago
|
##quiet
|
||
|
# Persistent local customizations
|
||
|
include discord-screenaudio.local
|
||
|
# Persistent global definitions
|
||
|
include globals.local
|
||
|
# Discord defaults
|
||
|
include discord.profile
|
||
|
|
||
|
# add executable
|
||
|
private-bin discord-screenaudio
|
||
|
private-opt discord-screenaudio
|
||
|
|
||
|
# blacklist mount paths
|
||
|
blacklist /mnt
|
||
|
blacklist /run/media
|
||
|
|
||
|
# allow access to config
|
||
10 months ago
|
noblacklist ${HOME}/.config/discord-screenaudio
|
||
|
mkdir ${HOME}/.config/discord-screenaudio
|
||
|
whitelist ${HOME}/.config/discord-screenaudio
|
||
|
|