AutoYADM commit: 2025-07-23 12:30:12

This commit is contained in:
Daniel Fichtinger 2025-07-23 12:30:12 -04:00
parent aae813e3c9
commit c3c44f232c

View file

@ -90,11 +90,11 @@ alias global t cwd-terminal
# discord rich presence
try %{
evaluate-commands %sh{
if [ "$(hostname)" != dbox ]; then
echo "fail Not on dbox"
fi
}
source %exp{%val{config}/discord.kak}
require-module discord-rpc
# hook global -once ClientCreate .* %{
# discord-presence-enable
# }
} catch %{
echo -debug Couldn't start discord RTP: %val{error}
}