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>
|
||||
</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>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user