From 9cc83a628dc113154ab8aa8c138949f3e518aa3e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 29 Jul 2024 09:14:22 +0300 Subject: [PATCH] kdeconnect-remote-commands-export.json: add DND toggle --- conf/kdeconnect-remote-commands-export.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/kdeconnect-remote-commands-export.json b/conf/kdeconnect-remote-commands-export.json index d42fab65..3188c04e 100644 --- a/conf/kdeconnect-remote-commands-export.json +++ b/conf/kdeconnect-remote-commands-export.json @@ -34,5 +34,9 @@ { "name": "Unlock", "command": "loginctl unlock-session" + }, + { + "name": "Do [Not] Disturb", + "command": "qdbus org.kde.kglobalaccel /component/plasmashell invokeShortcut \"toggle do not disturb\"" } ]