10 lines
186 B
Plaintext
Executable File
10 lines
186 B
Plaintext
Executable File
#.fsdefaults
|
|
[ -z "$DISPLAY" ]
|
|
:
|
|
command -v dunst && [ "$THEME" == "light" ]
|
|
dunst -conf ~/.config/dunst/dunstrc-light
|
|
command -v dunst
|
|
dunst
|
|
command -v lxqt-notificationd
|
|
notificationd
|