Difference between revisions of "Openbox"

From wiki.linuxonlinehelp.eu
Jump to navigation Jump to search
 
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Useful Openbox fast work Keyboard Shortcuts ==
+
__FORCETOC__
/home/username/.config/openbox/rc.xml (inside User-Home)
+
==Openbox Basics==
ALT-Key+F11
+
[[Openbox Advantages]]
<pre>
+
<keybind key="A-F11">
+
==Customize Openbox==
<action name="ToggleFullscreen"/>
+
[[Openbox Keyboard Shortcuts]]
</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
+
[[Openbox LXDE Logout Command]]
<pre>
 
<keybind key="A-x">
 
<action name="Execute">
 
<execute>xchat</execute>
 
</action>
 
</keybind>
 
</pre>
 

Latest revision as of 00:02, 20 May 2017