[openbox] modification

This commit is contained in:
fhdk 2018-04-09 21:18:10 +02:00
parent 7de5c5c5bd
commit 30cea54a5e
5 changed files with 268 additions and 197 deletions

View File

@ -49,9 +49,9 @@ lxterminal
## filemanager ## filemanager
mc mc
pcmanfm-gtk3 spacefm
ranger ranger
xarchiver engrampa
## mail ## mail
sylpheed sylpheed
@ -65,8 +65,7 @@ arandr # monitor layout
exo-gtk3 # open with default programs exo-gtk3 # open with default programs
lxappearance-gtk3 # openbox appearance manager lxappearance-gtk3 # openbox appearance manager
lxappearance-obconf-gtk3 # obconf plugin lxappearance-obconf-gtk3 # obconf plugin
lxinput-gtk3 # input manager lxsession-gtk3
lxsession-gtk3 # session manager
## net tools ## net tools
bind-tools # bind-tools #

View File

@ -0,0 +1,18 @@
# compton
sleep 1; manjaro-compositor --start &
# enable numlock, commented out for laptop users
#sleep 1; numlockx &
# restore wallpaper
sleep 1; nitrogen --restore &
sleep 1; manjaro-polybar-session &
# Openbox autostart
sleep 1; ob-autostart -d &
# PolicyKit authentication
lxpolkit &
# Side shortcuts for file managers
xdg-user-dirs-gtk-update &

View File

@ -0,0 +1,13 @@
# environment
# vim:ft=sh
# To set your language for displaying messages and time/date formats, use the following:
# LANG=en_US.UTF8
# GNOME Keyring
export "$(gnome-keyring-daemon --start --components=pkcs11,secrets)"
# dbus with openbox
if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
eval "$(dbus-launch --sh-syntax --exit-with-session)"
fi

View File

@ -1,39 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?> <?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"> <openbox_menu>
<separator label="Manjaro Openbox"/> <menu id="installer" label="Installation">
<item label="Architect Installer">
<action name="Execute">
<command>termite --exec /usr/bin/setup</command>
</action>
</item>
<item label="Calamares Installer"> <item label="Calamares Installer">
<action name="Execute"> <action name="Execute">
<command>sudo calamares</command> <command>sudo calamares</command>
</action> </action>
</item> </item>
<separator></separator> <item label="Architect Installer">
<item label="Terminal">
<action name="Execute"> <action name="Execute">
<command>exo-open --launch TerminalEmulator</command> <command>sudo setup</command>
</action> </action>
</item> </item>
<item label="Web Browser"> </menu>
<action name="Execute">
<command>exo-open --launch WebBrowser</command>
</action>
</item>
<item label="File Manager">
<action name="Execute">
<command>exo-open --launch FileManager</command>
</action>
</item>
<item label="Text Editor">
<action name="Execute">
<command>l3afpad</command>
</action>
</item>
<separator/>
<menu id="accessories" label="Accessories"> <menu id="accessories" label="Accessories">
<item label="Calculator"> <item label="Calculator">
<action name="Execute"> <action name="Execute">
@ -42,7 +21,12 @@
</item> </item>
<item label="Archive Manager"> <item label="Archive Manager">
<action name="Execute"> <action name="Execute">
<command>file-roller</command> <command>engrampa</command>
</action>
</item>
<item label="PDF Viewer">
<action name="Execute">
<command>epdfview</command>
</action> </action>
</item> </item>
<item label="Picture Viewer"> <item label="Picture Viewer">
@ -50,32 +34,34 @@
<command>gpicview</command> <command>gpicview</command>
</action> </action>
</item> </item>
<item label="File Search">
<action name="Execute">
<command>catfish</command>
</action>
</item>
</menu> </menu>
<menu id="screenshot" label="Screenshot"> <menu id="screenshot" label="Screenshot">
<item label="Screenshot Now"> <item label="Screenshot Now">
<action name="Execute"> <action name="Execute">
<command>scrot 'screenshot_%Y%m%d-%H%M%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(xdg-user-dir PICTURES)/$f'</command> <command>scrot &apos;screenshot_%Y%m%d-%H%M%S_$wx$h.png&apos; -e &apos;mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(xdg-user-dir PICTURES)/$f&apos;</command>
</action> </action>
</item> </item>
<item label="Screenshot in 5"> <item label="Screenshot in 5">
<action name="Execute"> <action name="Execute">
<command>scrot -d 5 'screenshot_%Y%m%d-%H%M%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(xdg-user-dir PICTURES)/$f'</command> <command>scrot -d 5 &apos;screenshot_%Y%m%d-%H%M%S_$wx$h.png&apos; -e &apos;mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(xdg-user-dir PICTURES)/$f&apos;</command>
</action> </action>
</item> </item>
<item label="Screenshot in 10"> <item label="Screenshot in 10">
<action name="Execute"> <action name="Execute">
<command>scrot -d 10 'screenshot_%Y%m%d-%H%M%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(xdg-user-dir PICTURES)/$f'</command> <command>scrot -d 10 &apos;screenshot_%Y%m%d-%H%M%S_$wx$h.png&apos; -e &apos;mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(xdg-user-dir PICTURES)/$f&apos;</command>
</action> </action>
</item> </item>
<item label="Screenshot With Selection"> <item label="Screenshot With Selection">
<action name="Execute"> <action name="Execute">
<command>scrot -s 'screenshot_%Y%m%d-%H%M%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(xdg-user-dir PICTURES)/$f'</command> <command>scrot -s &apos;screenshot_%Y%m%d-%H%M%S_$wx$h.png&apos; -e &apos;mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(xdg-user-dir PICTURES)/$f&apos;</command>
</action> </action>
</item> </item>
</menu> </menu>
<separator/>
<menu execute="manjaro-places-pipemenu --recent ~/" id="pipe-placesmenu" label="Places"/>
<separator/>
<menu id="preferences" label="Preferences"> <menu id="preferences" label="Preferences">
<menu id="obConfig" label="Openbox"> <menu id="obConfig" label="Openbox">
<item label="Settings Editor"> <item label="Settings Editor">
@ -122,10 +108,10 @@
<action name="Restart"/> <action name="Restart"/>
</item> </item>
</menu> </menu>
<menu execute="manjaro-compositor" id="CompositingPipeMenu" label="Compositor"/> <menu id="CompositingPipeMenu" label="Compositor" execute="manjaro-compositor"/>
<menu execute="manjaro-polybar-pipemenu" id="PolybarPipeMenu" label="Polybar"/> <menu id="PolybarPipeMenu" label="Polybar" execute="manjaro-polybar-pipemenu"/>
<menu execute="manjaro-conky-pipemenu" id="ConkyPipeMenu" label="Conky"/> <menu id="ConkyPipeMenu" label="Conky" execute="manjaro-conky-pipemenu"/>
<menu execute="manjaro-tint2-pipemenu" id="TintPipeMenu" label="Tint2"/> <menu id="TintPipeMenu" label="Tint2" execute="manjaro-tint2-pipemenu"/>
<item label="Panel Chooser"> <item label="Panel Chooser">
<action name="Execute"> <action name="Execute">
<command>manjaro-panel-chooser</command> <command>manjaro-panel-chooser</command>
@ -143,21 +129,21 @@
</action> </action>
</item> </item>
<separator/> <separator/>
<item label="Session Autostart"> <item label="Audio Settings">
<action name="Execute"> <action name="Execute">
<command>lxsession-edit</command> <command>pavucontrol</command>
</action> </action>
</item> </item>
<item label="Screen Layout"> <item label="Screen Layout">
<action name="Execute"> <action name="Execute">
<command>lxrandr</command> <command>arandr</command>
</action> </action>
</item> </item>
</menu> </menu>
<menu id="system-settings" label="System Settings"> <menu id="system-settings" label="System Settings">
<item label="Package Manager"> <item label="Package Manager">
<action name="Execute"> <action name="Execute">
<command>termite --exec=pacui</command> <command>pamac-manager</command>
</action> </action>
</item> </item>
<item label="Root File Manager"> <item label="Root File Manager">
@ -171,18 +157,49 @@
</action> </action>
</item> </item>
</menu> </menu>
<menu execute="manjaro-help-pipemenu" id="help" label="Help and Info"/>
<menu execute="manjaro-kb-pipemenu" id="keybinds" label="Keybinds"/> <menu id="root-menu" label="Openbox 3">
<separator label="Manjaro Openbox"/>
<item label="Terminal">
<action name="Execute">
<command>exo-open --launch TerminalEmulator</command>
</action>
</item>
<item label="File Manager">
<action name="Execute">
<command>exo-open --launch FileManager</command>
</action>
</item>
<item label="Web Browser">
<action name="Execute">
<command>exo-open --launch WebBrowser</command>
</action>
</item>
<item label="Text Editor">
<action name="Execute">
<command>scite</command>
</action>
</item>
<separator/>
<menu id="accessories"/>
<menu id="screenshot"/>
<separator/>
<menu id="pipe-placesmenu" label="Places" execute="manjaro-places-pipemenu --recent ~/"/>
<separator/>
<menu id="preferences"/>
<menu id="system-settings"/>
<menu id="help" label="Help and Info" execute="manjaro-help-pipemenu"/>
<menu id="keybinds" label="Keybinds" execute="manjaro-kb-pipemenu"/>
<separator/> <separator/>
<item label="Switch Menu"> <item label="Switch Menu">
<action name="Execute"> <action name="Execute">
<command>switchmenu -dynamic</command> <command>switchmenu -dynamic</command>
</action>" </action>
</item> </item>
<separator/> <separator/>
<item label="Lock Screen"> <item label="Lock Screen">
<action name="Execute"> <action name="Execute">
<command>lock -- scrot</command> <command>lockscreen -- scrot</command>
</action> </action>
</item> </item>
<item label="Exit Openbox"> <item label="Exit Openbox">
@ -191,4 +208,5 @@
</action> </action>
</item> </item>
</menu> </menu>
</openbox_menu> </openbox_menu>

View File

@ -0,0 +1,23 @@
---
componentName: manjaro
strings:
productName: Manjaro Linux
shortProductName: Manjaro
version: 18.0-alpha-1
shortVersion: 18.0a1
versionedName: Manjaro Linux 18.0-alpha-1 "Illyria"
shortVersionedName: Manjaro 18.0a1
bootloaderEntryName: Manjaro
images:
productLogo: "logo.png"
productIcon: "logo.png"
productWelcome: "languages.png"
slideshow: "show.qml"
style:
sidebarBackground: "#454948"
sidebarText: "#efefef"
sidebarTextSelect: "#9E4F5D"