[openbox] new branch accumulated changes

This commit is contained in:
fhdk 2018-05-10 11:28:33 +02:00
parent a4c20f69ac
commit b424caa9b2
14 changed files with 446 additions and 185 deletions

View File

@ -10,21 +10,55 @@ xf86-input-libinput
xf86-input-mouse
## system requirements
bash-completion
gamin
gksu
gnome-keyring
gtk3-classic # toolkit
>multilib lib32-gtk3-classic
polkit # policy
poppler
python2-xdg
xdg-user-dirs
xdg-utils
manjaro-base-skel
manjaro-openbox-common
manjaro-openbox-fonts
manjaro-openbox-grub-theme
## graphical partitioning
gparted
## manjaro
manjaro-openbox-settings
manjaro-settings-manager
manjaro-zsh-config
manjaro-openbox-base
>extra manjaro-openbox-extra
## core openbox
manjaro-openbox-core
## minimal openbox
>basic manjaro-openbox-minimal
>basic manjaro-openbox-minimal-skel
## extra openbox
>extra manjaro-openbox-extra
>extra manjaro-openbox-extra-skel
## TODO
# create a openbox-live-minimal
# create a openbox-live-extra
## aur support
autoconf
automake
binutils
bison
fakeroot
flex
gcc
>multilib gcc-libs-multilib
>multilib gcc-multilib
git
libtool
m4
make
patch
pkg-config
>multilib lib32-flex
# Extra packages for AUR support
>extra patchutils
>extra subversion

View File

@ -0,0 +1,30 @@
## xorg
xorg-server
xorg-server-common
xorg-xbacklight
xorg-xinit
xorg-xkill
xorg-xprop
xf86-input-keyboard
xf86-input-libinput
xf86-input-mouse
## system requirements
bash-completion
gamin
gksu
gtk3-classic # toolkit
polkit # policy
poppler
python2-xdg
xdg-user-dirs
xdg-utils
manjaro-base-skel
manjaro-openbox-common
manjaro-openbox-fonts
manjaro-openbox-grub-theme
manjaro-settings-manager
manjaro-zsh-config
manjaro-openbox-base
>extra manjaro-openbox-extra

View File

@ -3,5 +3,4 @@ Section "InputClass"
MatchIsTouchpad "on"
MatchDriver "libinput"
Option "Tapping" "on"
Option "NaturalScrolling" "true"
EndSection

View File

@ -0,0 +1,4 @@
DISTRIB_ID=ManjaroLinux
DISTRIB_RELEASE=18.0a3
DISTRIB_CODENAME=Illyria
DISTRIB_DESCRIPTION="Manjaro Linux"

View File

@ -0,0 +1,61 @@
## system requirements
dmidecode # optional for inxi
gamin
gnome-keyring
gksu
gtk3-classic
inxi
lxsession-gtk3
polkit
## Common Libs for Sound/Audio/Video
alsa-firmware
alsa-utils
# Manjaro
manjaro-browser-settings
manjaro-documentation-en
manjaro-hello
manjaro-settings-manager
## Openbox minimal
>basic manjaro-openbox-minimal
>basic manjaro-openbox-settings-minimal
## Openbox extra
>extra manjaro-openbox-extra
>extra manjaro-openbox-extra
## Display Manager
lightdm
lightdm-slick-greeter
accountsservice
## Xorg Input Drivers
xf86-input-elographics
xf86-input-evdev
xf86-input-keyboard
xf86-input-libinput
xf86-input-mouse
xf86-input-void
## Xorg Server and Graphics
xorg-server
mesa-demos
>multilib lib32-mesa-demos
xorg-twm
xorg-xbackligt
xorg-xinit
xorg-xkill
xorg-xprop
## Desktop Utils
numlockx
perl-file-mimeinfo
python2-xdg
xdg-user-dirs
xdg-utils
xdg-su
## Misc
manjaro-hotfixes

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

@ -1,16 +1,16 @@
# compton
manjaro-compositor --start; sleep 0.5 &
sleep 1; manjaro-compositor --start &
# enable numlock, commented out for laptop users
#numlockx; sleep 0.5 &
#sleep 1; numlockx &
# restore wallpaper
nitrogen --restore &
manjaro-polybar-session; sleep 0.5 &
manjaro-conky-session; sleep 0.5 &
sleep 0.5; nitrogen --restore &
sleep 0.5; manjaro-polybar-session &
manjaro-conky-session &
# Openbox autostart
ob-autostart -d; sleep 0.5 &
sleep 1; ob-autostart -d &
# Required for xfce settings to work
xfsettingsd &

View File

@ -1,7 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<openbox_menu>
<menu id="accessories" label="Accessories">
<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>termite -e "sudo setup"</command>
</action>
</item>
</menu>
<menu id="commonUtilities" label="Utilities">
<item label="Calculator">
<action name="Execute">
<command>galculator</command>
@ -9,12 +21,12 @@
</item>
<item label="Archive Manager">
<action name="Execute">
<command>file-roller</command>
<command>xarchiver</command>
</action>
</item>
<item label="PDF Viewer">
<action name="Execute">
<command>epdfview</command>
<command>qpdfview</command>
</action>
</item>
<item label="Picture Viewer">
@ -22,75 +34,94 @@
<command>gpicview</command>
</action>
</item>
<item label="File Search">
</menu>
<menu id="diskUtilities" label="Disk Utilities">
<item label="Testdisk">
<action name="Execute">
<command>catfish</command>
<command>termite -e "sudo testdisk"</command>
</action>
</item>
<item label="Clonezilla">
<action name="Execute">
<command>termite -e "sudo clonezilla"</command>
</action>
</item>
<item label="GParted">
<action name="Execute">
<command>gparted</command>
</action>
</item>
</menu>
<menu id="networkUtilities" label="Network Utilities">
<item label="Zen Map">
<action name="Execute">
<command>zensu zenmap"</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>
<command>scrot &apos;%Y%m%d-%H%M%S_$wx$h_screenshot.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>
<command>scrot -d 5 &apos;%Y%m%d-%H%M%S_$wx$h_screenshot.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>
<command>scrot -d 10 &apos;%Y%m%d-%H%M%S_$wx$h_screenshot.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>
<command>scrot -s &apos;%Y%m%d-%H%M%S_$wx$h_screenshot.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="LX Appearance Configuration">
<item label="Appearance Configuration">
<action name="Execute">
<command>lxappearance</command>
</action>
</item>
<item label="ObConf Appearance Configuration">
<item label="Openbox Configuration">
<action name="Execute">
<command>obconf</command>
</action>
</item>
</item>
<item label="Menu Editor">
<action name="Execute">
<command>kickshaw</command>
</action>
</item>
<item label="Autostart Editor">
<action name="Execute">
<command>ob-autostart</command>
</action>
</item>
<item label="Keybind Editor">
<action name="Execute">
<command>obkey</command>
</action>
</item>
<separator label="Configuration files"/>
<item label="Open autostart">
<item label="Autostart Editor">
<action name="Execute">
<command>exo-open ~/.config/openbox/autostart</command>
<command>ob-autostart</command>
</action>
</item>
<item label="Open menu.xml">
<separator/>
<item label="Edit menu.xml">
<action name="Execute">
<command>exo-open ~/.config/openbox/menu.xml</command>
<command>subl3 ~/.config/openbox/menu.xml</command>
</action>
</item>
<item label="Open rc.xml">
<item label="Edit rc.xml">
<action name="Execute">
<command>exo-open ~/.config/openbox/rc.xml</command>
<command>subl3 ~/.config/openbox/rc.xml</command>
</action>
</item>
<item label="Edit autostart">
<action name="Execute">
<command>subl3 ~/.config/openbox/autostart</command>
</action>
</item>
<separator/>
@ -124,24 +155,14 @@
<separator/>
</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>
<command>termite "-e pacui"</command>
</action>
</item>
<item label="Root File Manager">
<action name="Execute">
<command>gksu thunar</command>
</action>
</item>
<item label="Audio Settings">
<action name="Execute">
<command>pavucontrol</command>
<command>zensu thunar</command>
</action>
</item>
<item label="Screen Layout">
@ -151,64 +172,39 @@
</item>
<item label="GParted">
<action name="Execute">
<command>gksu gparted</command>
<command>zensu gparted</command>
</action>
</item>
<item label="Preferred Applications">
<action name="Execute">
<command>exo-preferred-applications</command>
</action>
</item>
<item label="System Settings">
<action name="Execute">
<command>xfce4-settings-manager</command>
</action>
</item>
</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>termite -e "sudo setup"</command>
</action>
</item>
</menu>
<menu id="root-menu" label="Openbox 3">
<separator label="Manjaro Openbox"/>
<menu id="installer"/>
<separator/>
<separator/>
<item label="Terminal">
<action name="Execute">
<command>exo-open --launch TerminalEmulator</command>
<command>termite</command>
</action>
</item>
<item label="File Manager">
<action name="Execute">
<command>exo-open --launch FileManager</command>
<command>pcmanfm</command>
</action>
</item>
<item label="Web Browser">
<action name="Execute">
<command>exo-open --launch WebBrowser</command>
</action>
</item>
<item label="Mail Reader">
<action name="Execute">
<command>exo-open --launch MailReader</command>
<command>basilisk</command>
</action>
</item>
<item label="Text Editor">
<action name="Execute">
<command>subl3</command>
</action>
</item> <separator/>
<menu id="applications" label="Applications" execute="/usr/bin/obmenu-generator -S ~/.config/obmenu-generator/applications.pl"/>
<menu id="accessories"/>
</item>
<separator/>
<menu id="commonUtilities"/>
<menu id="diskUtilities"/>
<menu id="networkUtilities"/>
<menu id="screenshot"/>
<separator/>
<menu id="pipe-placesmenu" label="Places" execute="manjaro-places-pipemenu --recent ~/"/>

View File

@ -1,7 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<openbox_menu>
<menu id="accessories" label="Accessories">
<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>termite -e "sudo setup"</command>
</action>
</item>
</menu>
<menu id="commonUtilities" label="Utilities">
<item label="Calculator">
<action name="Execute">
<command>galculator</command>
@ -9,12 +21,12 @@
</item>
<item label="Archive Manager">
<action name="Execute">
<command>file-roller</command>
<command>xarchiver</command>
</action>
</item>
<item label="PDF Viewer">
<action name="Execute">
<command>epdfview</command>
<command>qpdfview</command>
</action>
</item>
<item label="Picture Viewer">
@ -22,75 +34,94 @@
<command>gpicview</command>
</action>
</item>
<item label="File Search">
</menu>
<menu id="diskUtilities" label="Disk Utilities">
<item label="Testdisk">
<action name="Execute">
<command>catfish</command>
<command>termite -e "sudo testdisk"</command>
</action>
</item>
<item label="Clonezilla">
<action name="Execute">
<command>termite -e "sudo clonezilla"</command>
</action>
</item>
<item label="GParted">
<action name="Execute">
<command>gparted</command>
</action>
</item>
</menu>
<menu id="networkUtilities" label="Network Utilities">
<item label="Zen Map">
<action name="Execute">
<command>zensu zenmap"</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>
<command>scrot &apos;%Y%m%d-%H%M%S_$wx$h_screenshot.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>
<command>scrot -d 5 &apos;%Y%m%d-%H%M%S_$wx$h_screenshot.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>
<command>scrot -d 10 &apos;%Y%m%d-%H%M%S_$wx$h_screenshot.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>
<command>scrot -s &apos;%Y%m%d-%H%M%S_$wx$h_screenshot.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="LX Appearance Configuration">
<item label="Appearance Configuration">
<action name="Execute">
<command>lxappearance</command>
</action>
</item>
<item label="ObConf Appearance Configuration">
<item label="Openbox Configuration">
<action name="Execute">
<command>obconf</command>
</action>
</item>
</item>
<item label="Menu Editor">
<action name="Execute">
<command>kickshaw</command>
</action>
</item>
<item label="Autostart Editor">
<action name="Execute">
<command>ob-autostart</command>
</action>
</item>
<item label="Keybind Editor">
<action name="Execute">
<command>obkey</command>
</action>
</item>
<separator label="Configuration files"/>
<item label="Open autostart">
<item label="Autostart Editor">
<action name="Execute">
<command>exo-open ~/.config/openbox/autostart</command>
<command>ob-autostart</command>
</action>
</item>
<item label="Open menu.xml">
<separator/>
<item label="Edit menu.xml">
<action name="Execute">
<command>exo-open ~/.config/openbox/menu.xml</command>
<command>subl3 ~/.config/openbox/menu.xml</command>
</action>
</item>
<item label="Open rc.xml">
<item label="Edit rc.xml">
<action name="Execute">
<command>exo-open ~/.config/openbox/rc.xml</command>
<command>subl3 ~/.config/openbox/rc.xml</command>
</action>
</item>
<item label="Edit autostart">
<action name="Execute">
<command>subl3 ~/.config/openbox/autostart</command>
</action>
</item>
<separator/>
@ -124,24 +155,14 @@
<separator/>
</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>
<command>termite "-e pacui"</command>
</action>
</item>
<item label="Root File Manager">
<action name="Execute">
<command>gksu thunar</command>
</action>
</item>
<item label="Audio Settings">
<action name="Execute">
<command>pavucontrol</command>
<command>zensu thunar</command>
</action>
</item>
<item label="Screen Layout">
@ -151,64 +172,39 @@
</item>
<item label="GParted">
<action name="Execute">
<command>gksu gparted</command>
<command>zensu gparted</command>
</action>
</item>
<item label="Preferred Applications">
<action name="Execute">
<command>exo-preferred-applications</command>
</action>
</item>
<item label="System Settings">
<action name="Execute">
<command>xfce4-settings-manager</command>
</action>
</item>
</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>termite -e "sudo setup"</command>
</action>
</item>
</menu>
<menu id="root-menu" label="Openbox 3">
<separator label="Manjaro Openbox"/>
<menu id="installer"/>
<separator/>
<separator/>
<item label="Terminal">
<action name="Execute">
<command>exo-open --launch TerminalEmulator</command>
<command>termite</command>
</action>
</item>
<item label="File Manager">
<action name="Execute">
<command>exo-open --launch FileManager</command>
<command>pcmanfm</command>
</action>
</item>
<item label="Web Browser">
<action name="Execute">
<command>exo-open --launch WebBrowser</command>
</action>
</item>
<item label="Mail Reader">
<action name="Execute">
<command>exo-open --launch MailReader</command>
<command>basilisk</command>
</action>
</item>
<item label="Text Editor">
<action name="Execute">
<command>subl3</command>
</action>
</item> <separator/>
<menu id="applications" label="Applications" execute="/usr/bin/obmenu-generator -S ~/.config/obmenu-generator/applications.pl"/>
<menu id="accessories"/>
</item>
<separator/>
<menu id="commonUtilities"/>
<menu id="diskUtilities"/>
<menu id="networkUtilities"/>
<menu id="screenshot"/>
<separator/>
<menu id="pipe-placesmenu" label="Places" execute="manjaro-places-pipemenu --recent ~/"/>

View File

@ -0,0 +1 @@
../../../shared/manjaro/live-overlay/usr

View File

@ -1,23 +0,0 @@
---
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"

View File

@ -0,0 +1,143 @@
# openbox edition
## system requirements
bash-completion
gamin
gksu
gtk3-classic
mate-polkit
python2-xdg
## Network Common
networkmanager
openssh
## Network Minimal
## Network Extra
>extra avahi
>extra networkmanager-openconnect
>extra networkmanager-openvpn
>extra networkmanager-pptp
>extra network-manager-vpnc
>extra ntp
>extra mobile-broadband-provider-info
>extra modemmanager
>extra openresolv
>extra samba
>extra usb_modeswitch
## Common Libs for Sound/Audio/Video
alsa-firmware
alsa-utils
## Thumbnailing
>extra ffmpegthumbnailer
>extra freetype2
>extra libgsf
>extra libopenraw
>extra poppler-glilb
>extra tumbler
## Common Applications
dmidecode
gksu
gnome-keyring
gpicview
htop
inxi
libgsf
libopenraw
manjaro-settings-manager
qpdfview
sublime-text-dev
sylpheed
termite
ujh
## Basic Internet App
>basic falkon
## Extra Internet App
>extra chromium
## Extra applications
>extra audacious-gtk3
>extra audacious-plugins-gtk3
>extra blueman
>extra catfish
>extra galcuclator
>extra gparted
>extra gufw
>extra libreoffice-fresh
>extra manjaro-hello
>extra manjaro-settings-manager-notifier
>extra mlocate
>extra poppler-data
>extra vlc-nightly
>extra xfburn
## Optional dependencies engrampa
>extra p7zip # 7Z and ARJ archive support
>extra unace # ACE archive support
>extra unrar # RAR archive support
## Documentation
manjaro-documentation-en
## Common settings
manjaro-base-skel
manjaro-browser-settings
manjaro-openbox-common
manjaro-openbox-grub-theme
manjaro-openbox-theming-fonts
manjaro-openbox-theming-icons
manjaro-openbox-theming-theme
manjaro-zsh-config
## Basic settings package
>basic manjaro-openbox-minimal
## Extra settings package
>extra manjaro-openbox-extra
## GTK3
exo-gtk3
thunar-gtk3
thunar-archive-plugin-gtk3
thunar-media-tags-plugin
thunar-volman-gtk3
## Display Manager
lightdm
lightdm-slick-greeter
accountsservice
## Xorg Input Drivers
xf86-input-elographics
xf86-input-evdev
xf86-input-keyboard
xf86-input-libinput
xf86-input-mouse
xf86-input-void
## Xorg Server and Graphics
xorg-server
mesa-demos
>multilib lib32-mesa-demos
xorg-twm
xorg-xinit
xorg-xkill
xorg-xprop
## Desktop Utils
numlockx
perl-file-mimeinfo
xdg-user-dirs
xdg-utils
xdg-su
## Misc
manjaro-hotfixes

View File

@ -12,7 +12,7 @@ displaymanager="lightdm"
autologin="true"
# nonfree mhwd drivers
nonfree_mhwd="false"
#nonfree_mhwd="true"
# use extra packages as defined in pkglist to activate a full profile
#extra="false"
@ -33,7 +33,17 @@ 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' 'haveged')
enable_systemd=('wicd' \
'systemd-networkd' \
'systemd-resolvd' \
'systemd-networkd-wait-online' \
'avahi-daemon' \
'bluetooth' \
'cronie' \
'ModemManager' \
'org.cups.cupsd' \
'tlp' \
'tlp-sleep')
disable_systemd=('pacman-init')
# unset defaults to given values,
@ -47,7 +57,7 @@ disable_systemd=('pacman-init')
################# livecd #################
# unset defaults to given value
hostname="openbox-manjaro"
hostname="manjaro-openbox"
# unset defaults to given value
# username="manjaro"