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>
</item>
<separator/>
<item label="Appearance">
<action name="Execute">
<command>xfce4-appearance-settings</command>
</action>
</item>
<item label="Wallpaper">
<item label="Wallpaper/Background">
<action name="Execute">
<command>nitrogen</command>
</action>
</item>
<separator/>
<item label="Settings Manager">
<item label="Appearance Settings">
<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>
</item>
<item label="Audio Settings">
@ -144,8 +144,23 @@
<command>pavucontrol</command>
</action>
</item>
<item label="Settings Manager">
<action name="Execute">
<command>xfce4-settings-manager</command>
</action>
</item>
</menu>
<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">
<action name="Execute">
<command>gparted</command>

View File

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