Difference between revisions of "Openbox"

From wiki.linuxonlinehelp.eu
Jump to navigation Jump to search
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== Keyboard Shortcuts ===
+
__FORCETOC__
set on /home/username/.config/openbox/rc.xml (inside User-Home)
+
==Openbox Basics==
 +
[[Openbox Advantages]]
 +
 +
==Customize Openbox==
 +
[[Openbox Keyboard Shortcuts]]
  
ALT-Key+F11
+
[[Openbox LXDE Logout Command]]
<pre>
 
<keybind key="A-F11">
 
<action name="ToggleFullscreen"/>
 
</keybind>
 
</pre>
 
ALT-Key+R = Commandline
 
<pre>
 
<keybind key="A-R">
 
<action name="Execute">
 
<execute>gmrun</execute>
 
</action>
 
</keybind>
 
</pre>
 
ALT-Key+i = Internet
 
<pre>
 
<keybind key="A-i">
 
<action name="Execute">
 
<execute>chromium-browser</execute>
 
</action>
 
</keybind>
 
</pre>
 
Alt-Key+M = Mail
 
<pre>
 
<keybind key="A-m">
 
<action name="Execute">
 
<execute>icedove -P</execute>
 
</action>
 
</keybind>
 
</pre>
 
 
 
ALT-Key+x = xchat
 
<pre>
 
<keybind key="A-x">
 
<action name="Execute">
 
<execute>xchat</execute>
 
</action>
 
</keybind>
 
</pre>
 

Latest revision as of 00:02, 20 May 2017