User Tools

Site Tools


linux:x11:openbox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:x11:openbox [2019/05/22 23:46] mslinux:x11:openbox [2023/10/20 09:29] (current) ms
Line 3: Line 3:
 <code> <code>
 xsetroot -solid black xsetroot -solid black
-root-tail -g 3230x2140+2-20 -font '-adobe-courier-medium-r-*-*-12-*-*-*-*-*-*-*' /var/log/syslog,#744444 /home/user/.xsession-errors,#555555 &+root-tail -g 3230x2140+2-20 -font '-adobe-courier-medium-r-*-*-12-*-*-*-*-*-*-*' /var/log/syslog,#744444 /home/user/.xsession-errors,#555555 & 
 +journalctl -f | root-tail -g 3230x2140+2-20 -font '-adobe-courier-medium-r-*-*-14-*-*-*-*-*-*-*' -,#744444 /home/user/.xsession-errors,#555555 &
 tint2 & tint2 &
 conky & conky &
Line 135: Line 136:
 # End of config # End of config
 </code> </code>
 +
 +===== Menu =====
 +Menu für alle User unter ''/etc/xdg/openbox/menu.xml''\\
 +<code>
 +<?xml version="1.0" encoding="UTF-8"?>
 +
 +<openbox_menu xmlns="http://openbox.org/"
 +        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 +        xsi:schemaLocation="http://openbox.org/
 +                file:///usr/share/openbox/menu.xsd">
 +
 +<menu id="root-menu" label="Openbox">
 +  <item label="Web Browser">
 +    <action name="Execute"><execute>x-www-browser</execute></action>
 +  </item>
 +  <item label="VSCodium">
 +    <action name="Execute"><execute>/usr/share/codium/codium --unity-launch</execute></action>
 +  </item>
 +  <separator/>
 +<menu id="exit-menu" label="Exit">
 +  <item label="Log Out">
 +    <action name="Execute">
 +      <command>openbox --exit</command>
 +    </action>
 +  </item>
 +  <item label="Restart">
 +    <action name="Execute">
 +      <command>systemctl reboot</command>
 +    </action>
 +  </item>
 +  <item label="Shutdown">
 +    <action name="Execute">
 +      <command>systemctl poweroff</command>
 +    </action>
 +  </item>
 +</menu>
 +</menu>
 +</openbox_menu>
 +</code>
 +
linux/x11/openbox.1558561597.txt.gz · Last modified: 2023/01/11 20:30 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki