<keybind key="W-w">
<action name="ToggleDecorations"/>
</keybind>
- <keybind key="W-Escape">
- <action name="Lower"/>
- <action name="FocusToBottom"/>
- <action name="Unfocus"/>
- </keybind>
- <keybind key="W-Space">
- <action name="ShowMenu">
- <menu>client-menu</menu>
- </action>
- </keybind>
<!-- Keybindings for window switching -->
<keybind key="W-Tab">
<action name="NextWindow">
<command>dbus-send --system --print-reply --dest=org.freedesktop.login1 /org/freedesktop/login1 "org.freedesktop.login1.Manager.PowerOff" boolean:true</command>
</action>
</keybind>
+ <keybind key="W-Escape">
+ <action name="Execute">
+ <command>dbus-send --print-reply --dest=org.kde.StatusNotifierWatcher /global_key_shortcuts/panel/mainmenu/show_hide org.lxqt.global_key_shortcuts.client.activated</command>
+ </action>
+ </keybind>
<keybind key="W-l">
<action name="Execute">
<command>lxqt-leave</command>
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