kdeconnect-remote-commands-export.json: add DND toggle

This commit is contained in:
Aminda Suomalainen 2024-07-29 09:14:22 +03:00
parent 99f6ac1183
commit 9cc83a628d
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 4 additions and 0 deletions

View File

@ -34,5 +34,9 @@
{ {
"name": "Unlock", "name": "Unlock",
"command": "loginctl unlock-session" "command": "loginctl unlock-session"
},
{
"name": "Do [Not] Disturb",
"command": "qdbus org.kde.kglobalaccel /component/plasmashell invokeShortcut \"toggle do not disturb\""
} }
] ]