From 718d49128c59db7e2045fc9744ee9c4625663e66 Mon Sep 17 00:00:00 2001 From: mar77i Date: Sun, 13 Jul 2025 22:18:06 +0200 Subject: [PATCH] fix sync script. add shortcut for main menu: W-Escape --- rc.xml | 15 +++++---------- sync.sh | 2 +- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/rc.xml b/rc.xml index 3edfcb3..fd009db 100644 --- a/rc.xml +++ b/rc.xml @@ -188,16 +188,6 @@ - - - - - - - - client-menu - - @@ -304,6 +294,11 @@ dbus-send --system --print-reply --dest=org.freedesktop.login1 /org/freedesktop/login1 "org.freedesktop.login1.Manager.PowerOff" boolean:true + + + dbus-send --print-reply --dest=org.kde.StatusNotifierWatcher /global_key_shortcuts/panel/mainmenu/show_hide org.lxqt.global_key_shortcuts.client.activated + + lxqt-leave diff --git a/sync.sh b/sync.sh index 5bd743d..d387b48 100755 --- a/sync.sh +++ b/sync.sh @@ -36,7 +36,7 @@ is_file_dirty() { sync_to_tree() { # fetch configurations to the working tree. # make sure that the file is unchanged on the working tree - localnbbv source dest + local source dest for source in "${sources[@]}"; do dest="$(basename "${source}")" if diff -q "${source}" "${dest}" &>/dev/null; then -- 2.51.0