diff options
author | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2021-12-13 00:10:42 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2021-12-13 00:10:42 +0530 |
commit | 585150d98982240de738954af8f85859b5631372 (patch) | |
tree | a8e47ee0c3f77e48507cf28bcccc32dcf7b89454 /.config/openbox/menu.xml | |
parent | 34694958c83c6cb1b363153ad6b09551fa0f9ee2 (diff) |
did stuff I forgot
Diffstat (limited to '.config/openbox/menu.xml')
-rw-r--r-- | .config/openbox/menu.xml | 218 |
1 files changed, 108 insertions, 110 deletions
diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml index 576a3eb..57e30da 100644 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -1,82 +1,81 @@ <?xml version="1.0" encoding="UTF-8"?> - <openbox_menu xmlns="http://openbox.org/3.4/menu"> -<menu id="my-browsers" label="Browsers"> - <item id="librewolf" label="Librewolf"> +<menu id="networking" label="Networking"> + <item id="transmission" label="Transmission"> <action name="Execute"> - <command>librewolf</command> + <command>transmission-gtk</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <item id="brave" label="Brave"> + + <item id="tor" label="TOR"> <action name="Execute"> - <command>brave</command> + <command>torbrowser-launcher</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <item id="qutebrowser" label="Qutebrowser"> + + <item id="discord" label="Discord"> <action name="Execute"> - <command>qutebrowser</command> + <command>discord</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> -</menu> -<menu id="my-games" label="Games"> - <item id="brawlhalla" label="Brawlhalla"> + <item id="icecat" label="Icecat"> <action name="Execute"> - <command>steam steam://rungameid/291550</command> + <command>icecat</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <item id="osu-lazer" label="osu!lazer"> + + <item id="network-manager" label="Network Manager"> <action name="Execute"> - <command>osu.AppImage</command> + <command>nm-connection-editor</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> -</menu> -<menu id="my-favourites" label="Favourites"> - <item id="media-player" label="VLC"> + <item id="firefox" label="Firefox"> <action name="Execute"> - <command>vlc</command> + <command>firefox</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <item id="gimp" label="GIMP"> + + <item id="librewolf" label="Librewolf"> <action name="Execute"> - <command>gimp</command> + <command>librewolf</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <item id="discord" label="Discord"> + + <item id="brave" label="Brave"> <action name="Execute"> - <command>discord</command> + <command>brave</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <menu id="my-browsers"/> </menu> -<menu id="my-media" label="Media"> +<menu id="media" label="Media"> <item id="vlc" label="VLC"> <action name="Execute"> <command>vlc</command> @@ -85,6 +84,7 @@ </startupnotify> </action> </item> + <item id="gimp" label="GIMP"> <action name="Execute"> <command>gimp</command> @@ -93,6 +93,7 @@ </startupnotify> </action> </item> + <item id="kdenlive" label="Kdenlive"> <action name="Execute"> <command>kdenlive</command> @@ -101,184 +102,181 @@ </startupnotify> </action> </item> + + <item id="obs" label="OBS"> + <action name="Execute"> + <command>obs</command> + <startupnotify> + <enabled>yes</enabled> + </startupnotify> + </action> + </item> </menu> -<menu id="my-accessories" label="Accessories"> - <item id="scrcpy" label="scrcpy"> +<menu id="gaming" label="Gaming"> + <item id="minecraft" label="Minecraft"> <action name="Execute"> - <command>scrcpy</command> + <command>vlc</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <item id="file-manager" label="pcmanfm"> + + <item id="osu-lazer" label="osu!lazer"> <action name="Execute"> - <command>pcmanfm</command> + <command>env LUTRIS_SKIP_INIT=1 lutris lutris:rungameid/3</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <item id="email-client" label="Thunderbird"> + + <item id="steam" label="Steam"> <action name="Execute"> - <command>thunderbird</command> + <command>steam</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <item id="term-file-manager" label="lf"> + + <item id="lutris" label="Lutris"> <action name="Execute"> - <command>lf</command> + <command>lutris</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <item id="colorpicker" label="colorpicker"> +</menu> + +<menu id="dev" label="Development"> + <item id="android-studio" label="Android Studio"> <action name="Execute"> - <command>colorpicker --short --one-shot --preview | xsel -b</command> + <command>android-studio</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <menu id="networking-accessories" label="networking"> - <item id="net-file-browser" label="Konqueror"> - <action name="Execute"> - <command>konqueror</command> - <startupnotify> - <enabled>yes</enabled> - </startupnotify> - </action> - </item> - <item id="torrent-client" label="Qbittorrent"> - <action name="Execute"> - <command>qbittorrent</command> - <startupnotify> - <enabled>yes</enabled> - </startupnotify> - </action> - </item> - <item id="bluetooth" label="blueman"> - <action name="Execute"> - <command>blueman-manager</command> - <startupnotify> - <enabled>yes</enabled> - </startupnotify> - </action> - </item> - <menu id="my-browsers"/> - </menu> - <item id="launch-terminal" label="st"> + + <item id="doom-emacs" label="Doom Emacs"> <action name="Execute"> - <command>st</command> + <command>emacs</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> + <item id="vscodium" label="VSCodium"> + <action name="Execute"> + <command>code</command> + <startupnotify> + <enabled>yes</enabled> + </startupnotify> + </action> + </item> </menu> -<menu id="my-utilities" label="Utilities"> - <item id="wallpaper-browser" label="nitrogen"> +<menu id="virtual-machines" label="VMs"> + <item id="virt-manager" label="Virt Manager"> <action name="Execute"> - <command>nitrogen</command> + <command>virt-manager</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <item id="volume-menu" label="pavucontrol"> + + <item id="virtualbox" label="VirtualBox"> <action name="Execute"> - <command>pavucontrol</command> + <command>virtualbox</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <item id="blueman" label="blueman"> +</menu> + +<menu id="utilities" label="utilities"> + <item id="volume-control" label="Pavucontrol"> <action name="Execute"> - <command>blueman-manager</command> + <command>pavucontrol</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <item id="lxappearance" label="lxappearance"> + + <item id="obs"/> + + <item id="arandr" label="Arandr"> <action name="Execute"> - <command>lxappearance</command> + <command>arandr</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <menu id="sys-monitors" label="System Monitors"> - <item id="bashtop" label="bashtop"> - <action name="Execute"> - <command>alacritty -e bashtop</command> - <startupnotify> - <enabled>yes</enabled> - </startupnotify> - </action> - </item> - <item id="htop" label="htop"> - <action name="Execute"> - <command>alacritty -e htop</command> - <startupnotify> - <enabled>yes</enabled> - </startupnotify> - </action> - </item> - </menu> -</menu> - -<menu id="root-menu" label="Openbox 3"> - <item id="launch-terminal" label="alacritty"> + <item id="system-monitor" label="System Monitor"> <action name="Execute"> - <command>alacritty</command> + <command>alacritty -e bpytop</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <separator/> - <menu id="my-favourites"/> - <menu id="my-games"/> - <menu id="my-accessories"/> - <menu id="my-media"/> - <menu id="my-utilities"/> + <item id="file-manager" label="File Manager"> + <action name="Execute"> + <command>pcmanfm</command> + <startupnotify> + <enabled>yes</enabled> + </startupnotify> + </action> + </item> - <separator/> - <item id="section-screenshot" label="Section Screenshot"> + <item id="calculator" label="calculator"> <action name="Execute"> - <command>scrot -s /zt/Screenshots/Screenshot-%m-%d-%Y-%T.png</command> + <command>galculator</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <item id="full-screenshot" label="Screenshot"> + + <item id="wallpaper" label="Wallpapers"> <action name="Execute"> - <command>scrot /zt/Screenshots/Screenshot-%m-%d-%Y-%T.png</command> + <command>nitrogen</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <separator/> - <item id="lock-screen" label="Lock Screen"> +</menu> + +<menu id="root-menu" label="Openbox 3"> + <item id="terminal" label="Alacritty"> <action name="Execute"> - <command>betterlockscreen -l -t 'Yo, Vidhu!'</command> + <command>alacritty</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> + + <separator/> + <menu id="networking"/> + <menu id="media"/> + <menu id="gaming"/> + <menu id="dev"/> + <menu id="virtual-machines"/> + <menu id="utilities"/> + + <separator/> <item label="Log Out"> <action name="Exit"> <prompt>yes</prompt> |