Skip to content

Instantly share code, notes, and snippets.

@ZiTAL
Last active March 16, 2020 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZiTAL/08271ad40a6dcea66f8b2acec0745971 to your computer and use it in GitHub Desktop.
Save ZiTAL/08271ad40a6dcea66f8b2acec0745971 to your computer and use it in GitHub Desktop.
lxqt + openbox: lxqt-runner + show desktop Alt + F2
<!-- .config/openbox/lxqt-rc.xml -->
...
<keybind key="A-F2">
<action name="Execute">
<!--
<command>lxpanelctl run</command>
-->
<command>/usr/bin/lxqt-runner</command>
</action>
</keybind>
...
<!--
<keybind key="C-A-d">
<action name="ToggleShowDesktop"/>
</keybind>
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment