diff options
Diffstat (limited to '.config/openbox/menu.xml')
-rwxr-xr-x | .config/openbox/menu.xml | 33 |
1 files changed, 24 insertions, 9 deletions
diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml index b92c1c0..02e7c88 100755 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -16,6 +16,11 @@ <command>pcmanfm</command> </action> </item> + <item label="Qalculate!"> + <action name="Execute"> + <command>qalculate-gtk</command> + </action> + </item> </menu> <menu id="apps-editors-menu" label="Editors"> @@ -80,21 +85,31 @@ </menu> <menu id="system-menu" label="System"> - <item label="Openbox Configuration Manager"> + <item label="Openbox configuration"> <action name="Execute"> <command>obconf</command> </action> </item> - <item label="tint2 Configuration Manager"> + <item label="tint2 configuration"> <action name="Execute"> <command>tint2conf</command> </action> </item> - <item label="Theme Manager"> + <item label="Theme manager"> <action name="Execute"> <command>lxappearance</command> </action> </item> + <item label="XScreenSaver configuration"> + <action name="Execute"> + <command>xscreensaver-settings</command> + </action> + </item> + <item label="Displays configuration"> + <action name="Execute"> + <command>arandr</command> + </action> + </item> <separator /> <item label="Reconfigure Openbox"> <action name="Reconfigure" /> @@ -113,9 +128,9 @@ <command>pcmanfm</command> </action> </item> - <item label="Iridium"> + <item label="Firefox"> <action name="Execute"> - <command>iridium-browser --force-dark-mode</command> + <command>firefox</command> </action> </item> <separator /> @@ -128,7 +143,7 @@ <separator label="System" /> <menu id="system-menu"/> <separator /> - <item label="Reload"> + <item label="Reconfigure Openbox"> <action name="Reconfigure" /> </item> <item label="Lock screen"> @@ -138,7 +153,7 @@ </item> <item label="Sleep"> <action name="Execute"> - <command>sh -c "notify-send -u normal reboot \" G'night, partner!\"; sleep 2; acpiconf -s 3"</command> + <command>sh -c "notify-send -u normal reboot \" G'night, partner!\"; sleep 2; acpiconf -s 3"</command> </action> </item> <item label="Log Out"> @@ -148,12 +163,12 @@ </item> <item label="Reboot"> <action name="Execute"> - <command>sh -c "emacsclient -e '\"(save-buffers-kill-emacs)\"'; notify-send -u normal reboot \" Rebootin' now!\"; sleep 2; shutdown -r now"</command> + <command>sh -c "emacsclient -e '\"(save-buffers-kill-emacs)\"'; notify-send -u normal reboot \" Rebootin' now!\"; sleep 2; systemctl reboot</command> </action> </item> <item label="Shutdown"> <action name="Execute"> - <command>sh -c "emacsclient -e '\"(save-buffers-kill-emacs)\"'; notify-send -u normal shutdown ' Farewell, partner!'; sleep 2; shutdown -p now"</command> + <command>sh -c "emacsclient -e '\"(save-buffers-kill-emacs)\"'; notify-send -u normal shutdown ' Farewell, partner!'; sleep 2; systemctl poweroff</command> </action> </item> </menu> |