Difference between revisions of "Openbox"

From wiki.linuxonlinehelp.eu
Jump to navigation Jump to search
 
Line 1: Line 1:
== Useful Openbox fast work Keyboard Shortcuts ==
+
=== Keyboard Shortcuts ===
/home/username/.config/openbox/rc.xml (inside User-Home)
+
set on /home/username/.config/openbox/rc.xml (inside User-Home)
 +
 
 
ALT-Key+F11
 
ALT-Key+F11
 
<pre>
 
<pre>

Revision as of 23:43, 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>