Difference between revisions of "Openbox"

From wiki.linuxonlinehelp.eu
Jump to navigation Jump to search
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__FORCETOC__
 +
==Openbox Basics==
 +
[[Openbox Advantages]]
 +
 +
==Customize Openbox==
 
[[Openbox Keyboard Shortcuts]]
 
[[Openbox Keyboard Shortcuts]]
  
set on /home/username/.config/openbox/rc.xml (inside User-Home)
+
[[Openbox LXDE Logout Command]]
 
 
ALT-Key+F11
 
<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