Skip to content
Snippets Groups Projects
Commit 5339c249 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

update openbox

parent 522e8594
Branches
Tags
No related merge requests found
......@@ -53,41 +53,20 @@ custo_once create_log_user
## Configure S6 service
config_s6(){
config_66(){
out_action "Enable syslogds6 service"
cp -ra /etc/s6-serv/available/classic/syslogds6 /etc/s6-serv/enabled/classic/
out_action "Enable dbus service"
cp -ra /etc/s6-serv/available/classic/dbus /etc/s6-serv/enabled/classic/
out_action "Enable consolekit service"
cp -ra /etc/s6-serv/available/classic/consolekit /etc/s6-serv/enabled/classic/
out_action "Enable ntpd service"
cp -ra /etc/s6-serv/available/classic/ntpd /etc/s6-serv/enabled/classic/
out_action "Create Live database"
s6opts add live bundle-Connmand bundle-Wpa-supplicant
s6opts add live bundle-Avahi
s6opts compile Live live
out_action "Make Live as current database"
rm /etc/s6-serv/enabled/rc/compiled/current
ln -sf /etc/s6-serv/enabled/rc/compiled/Live /etc/s6-serv/enabled/rc/compiled/current
out_action "Create directories for user supervision tree"
su "${NEWUSER}" -c "s6opts user"
out_action "Enable dbus service for ${NEWUSER} user"
su "${NEWUSER}" -c "cp -ra /etc/s6-serv/available/user/classic/dbus /home/${NEWUSER}/service/enabled/classic/"
out_action "Create ${NEWUSER} log directory for dbus"
su "${NEWUSER}" -c "s6opts checklog dbus"
out_action "Create User-live database"
su "${NEWUSER}" -c "s6opts add user-live xdg-user-dirs-oneshot"
su "${NEWUSER}" -c "s6opts compile User-live user-live"
out_action "Make User-live as current database"
rm /home/"${NEWUSER}"/service/enabled/rc/compiled/current
ln -sf /home/"${NEWUSER}"/service/enabled/rc/compiled/User-live /home/"${NEWUSER}"/service/enabled/rc/compiled/current
# creation of the live/ to avoid crash
mkdir -p -m1777 /run/66
out_action "Enable dbus,connmand, consolekit,wpa_supplicant and ntpd on tree root"
66-enable -v3 connmand ntpd consolekit wpa_supplicant
# avoid permissions access issue
chown -R ${NEWUSER}:users /run/66
out_action "Create tree graphics for ${NEWUSER}, enables and makes it current"
su "${NEWUSER}" -c "66-tree -v3 -Ecn graphics"
out_action "Enable dbus-user and xdg-user-dirs on tree graphics"
su "${NEWUSER}" -c "66-enable -v3 -t graphics dbus-user xdg-user-dirs"
rm -rf /run/66
}
custo_once config_s6
custo_once config_66
out_valid "Customization terminate"
######One application per line, you can use # to comment a line, blank line are ignored
### One application per line.
### You can use # to comment a line.
### Blank line are ignored.
#####################################
## X server
#-----------
## X server
#-----------
xorg-server
xorg-server-common
......@@ -18,19 +23,21 @@ xorg-xprop
xterm
xcb-util-renderutil
#------------------
## driver for xorg
#------------------
## driver for xorg
#xf86-input-keyboard
#xf86-input-mouse
#xf86-input-synaptics
#xf86-input-vmmouse
#xf86-input-void
xf86-input-synaptics
xf86-input-vmmouse
xf86-video-ati
xf86-video-intel
xf86-video-nouveau
xf86-video-openchrome
xf86-input-keyboard
xf86-input-mouse
xf86-input-void
xf86-video-dummy
xf86-video-fbdev
xf86-video-vesa
xf86-video-voodoo
#xf86-video-ati
#xf86-video-dummy
#xf86-video-fbdev
#xf86-video-intel
#xf86-video-nouveau
#xf86-video-openchrome
#xf86-video-vesa
#xf86-video-voodoo
######One application per line, you can use # to comment a line, blank line are ignored
### One application per line.
### You can use # to comment a line.
### Blank line are ignored.
#####################################
## openbox
#-----------
## openbox
#-----------
openbox
lxappearance
......@@ -16,21 +20,22 @@ i3lock
rofi
gsimplecal
## services
#-----------
## Services
#-----------
avahi-66serv
dbus-66serv
connmand-66serv
consolekit-66serv
dmraid-66serv
nfs-utils-66serv
ntpd-66serv
rtkit-66serv
wpa-supplicant-66serv
syslogds6-66serv
xdg-user-dirs-66serv
## general
#-----------
## Applications
#-----------
asoundconf
clipit
......@@ -58,8 +63,11 @@ udevil
volumeicon
xarchiver-gtk2
xdg-user-dirs
zenity
## themes
#-----------
## Themes
#-----------
arc-gtk-theme
faenza-icon-theme
......@@ -68,11 +76,15 @@ gtk-update-icon-cache
gtk-engine-murrine
gtk-engines
## fonts
#-----------
## Fonts
#-----------
ttf-liberation
## desktop utilities
#-----------
## Utilities
#-----------
alsa-lib
alsa-plugins
......@@ -103,7 +115,9 @@ xdg-utils
xorg-xkill
## codec
#-----------
## Codec
#-----------
gstreamer
gst-libav
......
......@@ -18,15 +18,6 @@ user login : obarun
root password : toor
obarun password : toor
HOTKEYS ON JWM DESKTOP
----------------------
ALT+SPACE to launch rofi
ALT+F2 to display the jwm root menu
Right mouse button on the clock to see the calendar
Windows tiling can be made with the CTRL+ALT up,down,right and left keyboard key.
ALT+right/left to go to next previous desktop.
FUTHERS INFORMATIONS AND CONTACTS
---------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment