From b5c59210aa06b818dc001501c6e38b11fd691240 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Sun, 21 Dec 2025 00:36:52 +0100 Subject: [PATCH] scripts: add a shortcut to leave plasma session --- dot-local/bin/klogout | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 dot-local/bin/klogout diff --git a/dot-local/bin/klogout b/dot-local/bin/klogout new file mode 100755 index 00000000..e14b0478 --- /dev/null +++ b/dot-local/bin/klogout @@ -0,0 +1,4 @@ +#!/bin/sh + +qdbus6 org.kde.LogoutPrompt /LogoutPrompt promptAll + -- 2.52.0