Difference between revisions of "Openbox"

From wiki.linuxonlinehelp.eu
Jump to navigation Jump to search
Line 1: Line 1:
=== Keyboard Shortcuts ===
+
[[Keyboard Shortcuts]]
 +
 
 
set on /home/username/.config/openbox/rc.xml (inside User-Home)
 
set on /home/username/.config/openbox/rc.xml (inside User-Home)
  

Revision as of 23:45, 19 May 2017

Keyboard Shortcuts

set on /home/username/.config/openbox/rc.xml (inside User-Home)

ALT-Key+F11

<keybind key="A-F11">
<action name="ToggleFullscreen"/>
</keybind>

ALT-Key+R = Commandline

<keybind key="A-R">
<action name="Execute">
<execute>gmrun</execute>
</action>
</keybind>

ALT-Key+i = Internet

<keybind key="A-i">
<action name="Execute">
<execute>chromium-browser</execute>
</action>
</keybind>

Alt-Key+M = Mail

<keybind key="A-m">
<action name="Execute">
<execute>icedove -P</execute>
</action>
</keybind>

ALT-Key+x = xchat

<keybind key="A-x">
<action name="Execute">
<execute>xchat</execute>
</action>
</keybind>