diff --git a/etc/profile-a-l/anki.profile b/etc/profile-a-l/anki.profile index 1617359af2..087e42e9df 100644 --- a/etc/profile-a-l/anki.profile +++ b/etc/profile-a-l/anki.profile @@ -17,9 +17,11 @@ noblacklist ${HOME}/.config/mpv noblacklist ${HOME}/.local/share/Anki2 noblacklist ${HOME}/.mplayer -# sh and dbus-send are used by aqt/theme.py to query dark mode through org.freedesktop.portal.Desktop +# sh and dbus-send are used by aqt/theme.py to query dark mode through +# org.freedesktop.portal.Desktop. # Allow /bin/sh (blacklisted by disable-shell.inc) include allow-bin-sh.inc + # Allow lua (blacklisted by disable-interpreters.inc) include allow-lua.inc