Changes to openbox config
This commit is contained in:
parent
3c414815f6
commit
06d8ff7ed2
3 changed files with 73 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
start-pulseaudio-x11
|
||||||
|
sleep 2
|
||||||
compton -b
|
compton -b
|
||||||
stalonetray &
|
stalonetray &
|
||||||
dunst &
|
dunst &
|
||||||
|
@ -5,3 +7,4 @@ pcmanfm --desktop &
|
||||||
xfce4-power-manager &
|
xfce4-power-manager &
|
||||||
plank &
|
plank &
|
||||||
chrome --no-startup-window &
|
chrome --no-startup-window &
|
||||||
|
pasystray &
|
||||||
|
|
69
.config/openbox/menu.xml
Normal file
69
.config/openbox/menu.xml
Normal file
|
@ -0,0 +1,69 @@
|
||||||
|
<?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 3">
|
||||||
|
<item label="Terminal emulator">
|
||||||
|
<action name="Execute">
|
||||||
|
<execute>x-terminal-emulator</execute>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
|
<item label="Web browser">
|
||||||
|
<action name="Execute">
|
||||||
|
<execute>x-www-browser</execute>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
|
<!-- This requires the presence of the 'openbox-menu' package to work -->
|
||||||
|
<menu id="/Debian"/>
|
||||||
|
<separator/>
|
||||||
|
<menu execute="/usr/bin/obamenu" id="applications-menu" label="Applications"/>
|
||||||
|
<separator/>
|
||||||
|
<menu id="openbox-menu" label="Openbox">
|
||||||
|
<item label="Obconf">
|
||||||
|
<action name="Execute">
|
||||||
|
<execute>obconf</execute>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
|
<item label="Obmenu">
|
||||||
|
<action name="Execute">
|
||||||
|
<execute>obmenu</execute>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
|
<item label="Reconfigure">
|
||||||
|
<action name="Reconfigure"/>
|
||||||
|
</item>
|
||||||
|
<item label="Restart">
|
||||||
|
<action name="Restart"/>
|
||||||
|
</item>
|
||||||
|
<item label="Exit">
|
||||||
|
<action name="Exit"/>
|
||||||
|
</item>
|
||||||
|
</menu>
|
||||||
|
<separator/>
|
||||||
|
<menu id="system-menu" label="System">
|
||||||
|
<item label="Lock">
|
||||||
|
<action name="Execute">
|
||||||
|
<execute>slock</execute>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
|
<item label="Restart">
|
||||||
|
<action name="Execute">
|
||||||
|
<execute>systemctl restart</execute>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
|
<item label="Suspend">
|
||||||
|
<action name="Execute">
|
||||||
|
<execute>systemctl suspend</execute>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
|
<item label="Hibernate">
|
||||||
|
<action name="Execute">
|
||||||
|
<execute>systemctl hibernate</execute>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
|
<item label="Shutdown">
|
||||||
|
<action name="Execute">
|
||||||
|
<execute>systemctl poweroff</execute>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
|
</menu>
|
||||||
|
</menu>
|
||||||
|
</openbox_menu>
|
|
@ -43,7 +43,7 @@
|
||||||
</placement>
|
</placement>
|
||||||
<theme>
|
<theme>
|
||||||
<name>Nightmare-02</name>
|
<name>Nightmare-02</name>
|
||||||
<titleLayout>NLIMC</titleLayout>
|
<titleLayout>NLIC</titleLayout>
|
||||||
<!--
|
<!--
|
||||||
available characters are NDSLIMC, each can occur at most once.
|
available characters are NDSLIMC, each can occur at most once.
|
||||||
N: window icon
|
N: window icon
|
||||||
|
|
Loading…
Reference in a new issue