Remove iconify from openbox, add root options to the system section of the menu
This commit is contained in:
parent
15aadd2112
commit
47cf12153b
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Reference in New Issue
Block a user