[openbox] updated packages-desktop live-skel

This commit is contained in:
fhdk 2018-03-17 13:54:10 +01:00
parent f8a7d03948
commit ddc480bd80
2 changed files with 31 additions and 22 deletions

View file

@ -41,13 +41,14 @@ networkmanager-dmenu
## browser
chromium
## filemanager
thunar-gtk3
thunar-archive-plugin-gtk3
thunar-volman-gtk3
## terminal
termite # terminal emulator
termite-terminfo # terminal
lxterminal-gtk3
## archive utility
file-roller
## filemanagers
pcmanfm-gtk3
xarchiver
## mail
sylpheed
@ -70,8 +71,7 @@ pulseaudio
pulseaudio-alsa
## media players
audacious-gtk3 # musicplayer
audacious-plugins-gtk3 # musicplayer plugins
lxmusic-gtk3 # musicplayer
mpd # mediaplayer
mpv # mediaplayer
pamixer # mixer control
@ -80,14 +80,14 @@ playerctl # player control
volumeicon # volume control
## desktop and settings
arandr # monitor layout
lxrandr-gtk3 # monitor layout
exo-gtk3 # open with default programs
lxappearance-gtk3 # openbox appearance manager
lxappearance-obconf-gtk3 # obconf plugin
lxhotkey-gtk3 # openbox hotkey manager
lxinput-gtk3 # input manager
lxsession-gtk3 # session manager
xfce4-settings-gtk3 # common settings
lxterminal-gtk3
## package builds for openbox profile
kickshaw # menu editor
@ -96,14 +96,15 @@ obmenu-generator # dynamic menu generator
opensnap # snap windows
polybar # status bar
trayer-srg # system tray
oblogout-manjaro
## theming
manjaro-openbox-settings
manjaro-zsh-config
ttf-font-logos
## nice system
compton # compositing
compton-conf
conky #
dunst # messages
nitrogen # wallpaper
@ -112,6 +113,7 @@ scrot # screen capture
skippy-xd # window swicher
## utilities
gucharmap # char map
epdfview # pdf
galculator # calculator
geany # geany
@ -124,12 +126,9 @@ htop # process monitor
imagemagick # image converter used by i3lock-fancy script
jgmenu # system menu
jsoncpp # required by various apps
manjaro-settings-manager # tool
numlockx # numlock
ps_mem # memory monitor
sxhkd # hotkeys
termite # terminal emulator
termite-terminfo # terminal
wireless_tools # required by polybar
wmctrl # required by polybar
xcape # required by scripts

View file

@ -1,10 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<openbox_menu xmlns="http://openbox.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://openbox.org/ file:///usr/share/openbox/menu.xsd">
<menu id="root-menu" label="Openbox 3">
<separator label="Manjaro Openbox"/>
<?xml version="1.0" encoding="UTF-8"?>
<openbox_menu xmlns="http://openbox.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://openbox.org/ file:///usr/share/openbox/menu.xsd">
<menu id="root-menu" label="Openbox 3">
<separator label="Manjaro Openbox"/>
<item label="Architect Installer">
<action name="Execute">
<command>setup</command>
<command>exo-open --launch TerminalEmulator -e /usr/bin/setup</command>
</action>
</item>
<item label="Calamares Installer">
@ -12,6 +17,7 @@
<command>sudo calamares</command>
</action>
</item>
<separator></separator>
<item label="Terminal">
<action name="Execute">
<command>exo-open --launch TerminalEmulator</command>
@ -29,7 +35,7 @@
</item>
<item label="Text Editor">
<action name="Execute">
<command>geany</command>
<command>l3afpad</command>
</action>
</item>
<separator/>
@ -75,7 +81,7 @@
<menu id="multimedia" label="Multimedia">
<item label="Music Player">
<action name="Execute">
<command>audacious</command>
<command>lxmusic</command>
</action>
</item>
<item label="Video Player">
@ -101,7 +107,7 @@
</item>
<item label="Keybind Editor">
<action name="Execute">
<command>lxkey</command>
<command>obkey</command>
</action>
</item>
<item label="Autostart Editor">
@ -171,7 +177,7 @@
</item>
<item label="Screen Layout">
<action name="Execute">
<command>arandr</command>
<command>lxrandr</command>
</action>
</item>
</menu>
@ -195,9 +201,15 @@
<menu execute="manjaro-help-pipemenu" id="help" label="Help and Info"/>
<menu execute="manjaro-kb-pipemenu" id="keybinds" label="Keybinds"/>
<separator/>
<item label="Switch Menu">
<action name="Execute">
<command>switchmenu -dynamic</command>
</action>"
</item>
<separator/>
<item label="Lock Screen">
<action name="Execute">
<command>lock -p</command>
<command>lock -- scrot</command>
</action>
</item>
<item label="Exit Openbox">
@ -207,5 +219,3 @@
</item>
</menu>
</openbox_menu>
<!-- vim:sw=2
-->