Remove iconify from openbox, add root options to the system section of the menu

This commit is contained in:
natemaia 2018-07-14 21:52:20 -07:00
parent 15aadd2112
commit 47cf12153b
2 changed files with 26 additions and 11 deletions

View File

@ -123,20 +123,20 @@
</action> </action>
</item> </item>
<separator/> <separator/>
<item label="Appearance"> <item label="Wallpaper/Background">
<action name="Execute">
<command>xfce4-appearance-settings</command>
</action>
</item>
<item label="Wallpaper">
<action name="Execute"> <action name="Execute">
<command>nitrogen</command> <command>nitrogen</command>
</action> </action>
</item> </item>
<separator/> <item label="Appearance Settings">
<item label="Settings Manager">
<action name="Execute"> <action name="Execute">
<command>xfce4-settings-manager</command> <command>xfce4-appearance-settings</command>
</action>
</item>
<separator/>
<item label="Power Settings">
<action name="Execute">
<command>xfce4-power-manager</command>
</action> </action>
</item> </item>
<item label="Audio Settings"> <item label="Audio Settings">
@ -144,8 +144,23 @@
<command>pavucontrol</command> <command>pavucontrol</command>
</action> </action>
</item> </item>
<item label="Settings Manager">
<action name="Execute">
<command>xfce4-settings-manager</command>
</action>
</item>
</menu> </menu>
<menu id="system-settings" label="System"> <menu id="system-settings" label="System">
<item label="Root File Manager">
<action name="Execute">
<command>pkexec thunar</command>
</action>
</item>
<item label="Root Terminal">
<action name="Execute">
<command>exo-open --launch TerminalEmulator su</command>
</action>
</item>
<item label="GParted"> <item label="GParted">
<action name="Execute"> <action name="Execute">
<command>gparted</command> <command>gparted</command>

View File

@ -19,9 +19,9 @@
</placement> </placement>
<theme> <theme>
<name>ArchLabs-Dark</name> <name>ArchLabs-Dark</name>
<titleLayout>NLIMC</titleLayout> <titleLayout>NLMC</titleLayout>
<keepBorder>yes</keepBorder> <keepBorder>yes</keepBorder>
<animateIconify>yes</animateIconify> <animateIconify>no</animateIconify>
<font place="ActiveWindow"> <font place="ActiveWindow">
<name>Roboto</name> <name>Roboto</name>
<size>11</size> <size>11</size>