From: Andre Ramnitz Date: Sat, 20 Dec 2025 23:36:52 +0000 (+0100) Subject: scripts: add a shortcut to leave plasma session X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=b5c59210aa06b818dc001501c6e38b11fd691240;p=dotfiles.git scripts: add a shortcut to leave plasma session --- 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 +