AutoYADM commit: 2025-07-22 17:45:49

This commit is contained in:
Daniel Fichtinger 2025-07-22 17:45:49 -04:00
parent 9895a4de5e
commit 91b8a0717d
2 changed files with 42 additions and 0 deletions

View file

@ -87,3 +87,12 @@ define-command -docstring "New terminal in cwd" cwd-terminal %{
alias global t cwd-terminal
# discord rich presence
try %{
source %exp{%val{config}/discord.kak}
# hook global -once ClientCreate .* %{
# discord-presence-enable
# }
} catch %{
echo -debug Couldn't start discord RTP: %val{error}
}