[openbox] architect profile update

This commit is contained in:
Frede Hundewadt 2020-03-20 13:39:37 +01:00
parent 7c82173885
commit a3b765ee8d
No known key found for this signature in database
GPG key ID: 7605992471F3F073
3 changed files with 86 additions and 6 deletions

View file

@ -0,0 +1,74 @@
[base]
## uncomment and set autologin username to enable autologin
# autologin=dgod
## uncomment and set timeout to enable timeout autologin,
## the value should >=5
# timeout=10
## default session or desktop used when no systemwide config
session=/usr/bin/openbox-session
## uncomment and set to set numlock on your keyboard
# numlock=0
## set this if you don't want to put xauth file at ~/.Xauthority
# xauth_path=/tmp
# not ask password for users who have empty password
# skip_password=1
## greeter used to welcome the user
greeter=/usr/lib/lxdm/lxdm-greeter-gtk
[server]
## arg used to start xserver, not fully function
arg=/usr/bin/X -background vt1
# uncomment this if you really want xserver listen to tcp
# tcp_listen=1
# uncoment this if you want reset the xserver after logou
# reset=1
[display]
## the theme of greeter
theme=PacBang
## gtk theme used by greeter
gtk_theme=PacBang
## background of the greeter
bg=/usr/share/backgrounds/PacBang/lunix/PacBang_3840x2160(by_Lunix).png
## if hide time
hide_time=0
## if show bottom pane
bottom_pane=1
## if show language select control
lang=0
## if show keyboard layout select control
keyboard=0
## if transparent panel
transparent_pane=1
## if hide sessions
hide_sessions=1
## if hide exit
hide_exit=0
[input]
[userlist]
## if disable the user list control at greeter
disable=1
## whitelist user
white=
## blacklist user
black=

View file

@ -6,16 +6,19 @@
multilib="false" multilib="false"
# displaymanager # displaymanager
displaymanager="lightdm" displaymanager="lxdm"
# Set to false to disable autologin in the livecd # Set to false to disable autologin in the livecd
autologin="true" autologin="true"
## nonfree mhwd drivers ## nonfree mhwd drivers
nonfree_mhwd="true" #nonfree_mhwd="true"
# use extra packages as defined in pkglist to activate a full profile # use extra packages as defined in pkglist to activate a full profile
extra="true" #extra="true"
# use calamares office installer
#office_installer="false"
################ install ################ ################ install ################
@ -36,8 +39,11 @@ addgroups="lp,network,power,sys,wheel"
# unset defaults to given values # unset defaults to given values
# names must match systemd service names # names must match systemd service names
# enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'haveged' 'ufw') # enable_systemd=(
enable_systemd=('avahi-daemon' 'bluetooth' 'firewalld' 'NetworkManager' 'org.cups.cupsd' 'haveged') # 'avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager'
# 'org.cups.cupsd' 'tlp' 'tlp-sleep' 'haveged' 'ufw' 'apparmor' 'snapd.apparmor' 'snapd')
enable_systemd=('firewalld' 'NetworkManager' 'haveged' 'systemd-timesyncd')
disable_systemd=('pacman-init' 'systemd-rfkill.service' 'systemd-rfkill.socket')
# add strict snaps: strict_snaps="snapd core core18 gnome-3-28-1804 gtk-common-themes snap-store" # add strict snaps: strict_snaps="snapd core core18 gnome-3-28-1804 gtk-common-themes snap-store"
# strict_snaps="" # strict_snaps=""