[openbox] modifications

This commit is contained in:
fhdk 2018-04-18 09:16:38 +02:00
parent 16481f24eb
commit 99ca6ed270
5 changed files with 363 additions and 57 deletions

View File

@ -4,20 +4,20 @@ xorg-server-common
xorg-xbacklight
xorg-xinit
xorg-xkill
xorg-xprop
xf86-input-keyboard
xf86-input-libinput
xf86-input-mouse
## nice programs
## system programs
bash-completion
gamin
gksu
gnome-icon-theme
gnome-keyring
gvfs
gvfs-afc
gvfs-mtp
gvfs-smb
inxi
polkit
poppler
python2-xdg
@ -27,78 +27,131 @@ xdg-utils
## manjaro
manjaro-settings-manager
## theming
gtk3-classic
manjaro-openbox-settings
## display manager
lightdm
lightdm-slick-greeter
## network
networkmanager
networkmanager-dmenu
## browser
lynx
chromium
## terminal
termite
lxterminal
## filemanager
mc
pcmanfm
ranger
engrampa
## mail
sylpheed
## package manager
pacui
pamac
## window manager and helpers
compton
conky
dunst
i3lock
imagemagick
jsoncpp
kickshaw
libmpdclient
lxmenu-data
nitrogen
ob-autostart
obkey-gtk3
obmenu-generator
openbox
openbox-menu
polybar
rofi
skippy-xd
scrot
tint2
wireless_tools
wmctrl
xcape
xdotool
zenity
## desktop and settings
arandr # monitor layout
exo-gtk3 # open with default programs
lxappearance-gtk3 # openbox appearance manager
lxappearance-obconf-gtk3 # obconf plugin
lxinput-gtk3
lxmenu-data
lxsession-gtk3
lxsession-gtk3 # session manager
xfce4-settings-gtk3
## package manager
pacui
pamac
## display manager
lightdm
lightdm-slick-greeter
## terminal
termite
xfce4-terminal
## filemanager
catfish
file-roller
mc
ranger
thunar-gtk3
thunar-archive-plugin-gtk3
thunar-media-tags-plugin
thunar-volman-gtk3
tumbler
## network
networkmanager
networkmanager-dmenu
## net tools
bind-tools #
net-tools #
nmap #
## browser
lynx
chromium
## mail
sylpheed
## theming
adwaita-icon-theme
gnome-icon-theme
gnome-icon-theme-extras
gnome-icon-theme-symbolic
gnome-themes-extra
gtk-theme-breath
gtk3-classic
hicolor-icon-theme
manjaro-openbox-grub-theme
manjaro-openbox-settings
openbox-themes
xcursor-breeze
## fonts
manjaro-openbox-fonts # handpicked fonts
ttf-dejavu
ttf-droid
ttf-roboto
## iconic fonts
ttf-font-awesome
ttf-font-logos
ttf-icomoon-icons
ttf-material-icons
ttf-polybar-icons
## utilities
android-file-transfer
android-tools
android-udev
epdfview # pdf
galculator # calculator
gcolor2 # colorpicker
gparted # partition tool
gpicview-gtk3 # image viewer
gsimplecal # calendar
htop # process monitor
inxi # sysinfo
htop
inxi
numlockx # numlock
ps_mem # memory monitor
scite # multi-purpose text editor
p7zip
ps_mem
screenfetch
sublime-text-dev # multi-purpose text editor
## media, audio & codec
audacious-gtk3
audacious-plugins-gtk3
ffmpeg2.8
gst-libav
gst-plugins-base
gst-plugins-good
gstreamer
libmad
libmatroska
manjaro-pulse
manjaro-pulseaudio
mpv # mediaplayer
pavucontrol # sound control
pamixer
playerctl # player control
pamixer # mixer control
pavucontrol
volumeicon # volume control

View File

@ -0,0 +1,10 @@
# useradd defaults file for Manjaro Linux
# useradd defaults file for ArchLinux
# original changes by TomK
GROUP=users
HOME=/home
INACTIVE=-1
EXPIRE=
SHELL=/bin/zsh
SKEL=/etc/skel
CREATE_MAIL_SPOOL=no

View File

@ -0,0 +1,228 @@
<?xml version="1.0" encoding="UTF-8"?>
<openbox_menu>
<menu id="installer" label="Installation">
<item label="Calamares Installer">
<action name="Execute">
<command>sudo calamares</command>
</action>
</item>
<item label="Architect Installer">
<action name="Execute">
<command>sudo setup</command>
</action>
</item>
</menu>
<menu id="accessories" label="Accessories">
<item label="Calculator">
<action name="Execute">
<command>galculator</command>
</action>
</item>
<item label="Archive Manager">
<action name="Execute">
<command>engrampa</command>
</action>
</item>
<item label="PDF Viewer">
<action name="Execute">
<command>epdfview</command>
</action>
</item>
<item label="Picture Viewer">
<action name="Execute">
<command>gpicview</command>
</action>
</item>
<item label="File Search">
<action name="Execute">
<command>catfish</command>
</action>
</item>
</menu>
<menu id="screenshot" label="Screenshot">
<item label="Screenshot Now">
<action name="Execute">
<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>
</item>
<item label="Screenshot in 5">
<action name="Execute">
<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>
</item>
<item label="Screenshot in 10">
<action name="Execute">
<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>
</item>
<item label="Screenshot With Selection">
<action name="Execute">
<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>
</item>
</menu>
<menu id="preferences" label="Preferences">
<menu id="obConfig" label="Openbox">
<item label="Settings Editor">
<action name="Execute">
<command>lxappearance</command>
</action>
</item>
<item label="Menu Editor">
<action name="Execute">
<command>kickshaw</command>
</action>
</item>
<item label="Keybind Editor">
<action name="Execute">
<command>obkey</command>
</action>
</item>
<item label="Autostart Editor">
<action name="Execute">
<command>ob-autostart</command>
</action>
</item>
<separator/>
<item label="Edit menu.xml">
<action name="Execute">
<command>exo-open ~/.config/openbox/menu.xml</command>
</action>
</item>
<item label="Edit rc.xml">
<action name="Execute">
<command>exo-open ~/.config/openbox/rc.xml</command>
</action>
</item>
<item label="Edit autostart">
<action name="Execute">
<command>exo-open ~/.config/openbox/autostart</command>
</action>
</item>
<separator/>
<item label="Openbox Reconfigure">
<action name="Reconfigure"/>
</item>
<item label="Openbox Restart">
<action name="Restart"/>
</item>
</menu>
<menu id="CompositingPipeMenu" label="Compositor" execute="manjaro-compositor"/>
<menu id="PolybarPipeMenu" label="Polybar" execute="manjaro-polybar-pipemenu"/>
<menu id="ConkyPipeMenu" label="Conky" execute="manjaro-conky-pipemenu"/>
<menu id="TintPipeMenu" label="Tint2" execute="manjaro-tint2-pipemenu"/>
<item label="Panel Chooser">
<action name="Execute">
<command>manjaro-panel-chooser</command>
</action>
</item>
<separator/>
<item label="Wallpaper">
<action name="Execute">
<command>nitrogen</command>
</action>
</item>
<item label="Rofi Theme">
<action name="Execute">
<command>rofi-theme-selector</command>
</action>
</item>
<separator/>
<item label="Audio Settings">
<action name="Execute">
<command>pavucontrol</command>
</action>
</item>
<item label="Screen Layout">
<action name="Execute">
<command>arandr</command>
</action>
</item>
</menu>
<menu id="system-settings" label="System Settings">
<item label="Pamac">
<action name="Execute">
<command>pamac-manager</command>
</action>
</item>
<item label="Pacui">
<action name="Execute">
<command>pacui</command>
</action>
</item>
<item label="Root File Manager">
<action name="Execute">
<command>gksu pcmanfm</command>
</action>
</item>
<item label="GParted">
<action name="Execute">
<command>gksu gparted</command>
</action>
</item>
<item label="Preferred Applications">
<action name="Execute">
<command>exo-preferred-applications</command>
</action>
</item>
<item label="Keyboard and Mouse">
<action name="Execute">
<command>lxinput</command>
</action>
</item>
</menu>
<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>subl3</command>
</action>
</item>
<separator/>
<menu id="accessories"/>
<menu id="screenshot"/>
<menu id="applications" label="Applications" execute="/usr/bin/openbox-menu lxde-applications.menu"/>
<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/>
<item label="Switch Menu">
<action name="Execute">
<command>switchmenu -dynamic</command>
</action>
</item>
<separator/>
<item label="Lock Screen">
<action name="Execute">
<command>lockscreen -- scrot</command>
</action>
</item>
<item label="Exit Openbox">
<action name="Execute">
<command>rofr.sh -l</command>
</action>
</item>
</menu>
</openbox_menu>

View File

@ -141,14 +141,19 @@
</item>
</menu>
<menu id="system-settings" label="System Settings">
<item label="Package Manager">
<item label="Pamac">
<action name="Execute">
<command>pamac-manager</command>
</action>
</item>
<item label="Pacui">
<action name="Execute">
<command>pacui</command>
</action>
</item>
<item label="Root File Manager">
<action name="Execute">
<command>gksu thunar</command>
<command>gksu pcmanfm</command>
</action>
</item>
<item label="GParted">
@ -156,6 +161,16 @@
<command>gksu gparted</command>
</action>
</item>
<item label="Preferred Applications">
<action name="Execute">
<command>exo-preferred-applications</command>
</action>
</item>
<item label="Keyboard and Mouse">
<action name="Execute">
<command>lxinput</command>
</action>
</item>
</menu>
<menu id="root-menu" label="Openbox 3">
@ -177,12 +192,13 @@
</item>
<item label="Text Editor">
<action name="Execute">
<command>scite</command>
<command>subl3</command>
</action>
</item>
<separator/>
<menu id="accessories"/>
<menu id="screenshot"/>
<menu id="applications" label="Applications" execute="/usr/bin/openbox-menu lxde-applications.menu"/>
<separator/>
<menu id="pipe-placesmenu" label="Places" execute="manjaro-places-pipemenu --recent ~/"/>
<separator/>

View File

@ -33,8 +33,7 @@ geoip='true'
# unset defaults to given values
# names must match systemd service names
#enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep')
enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd')
enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep')
disable_systemd=('pacman-init')
# unset defaults to given values,