sync with OpenBSD -current

This commit is contained in:
purplerain 2024-01-08 00:39:27 +00:00
parent a2b5593ce1
commit 19c768bf4f
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
67 changed files with 1526 additions and 522 deletions

View file

@ -1 +1 @@
# SecBSD 1.4-407f8e0: Tue Jan 2 04:11:30 UTC 2024 (Mictlantecuhtli)
# SecBSD 1.4-77e4830: Sun Jan 7 19:44:17 UTC 2024 (Mictlantecuhtli)

View file

@ -1,4 +1,4 @@
# $SecBSD: dot.xsession,v 0.3 2023/10/02 03:12:22 purplerain Exp $
# $SecBSD: dot.xsession,v 0.4 2024/01/07 19:32:27 purplerain Exp $
#
# This file is for testing purposes only.
@ -8,34 +8,57 @@ if [ -x /usr/local/bin/dbus-launch -a -z "${DBUS_SESSION_BUS_ADDRESS}" ]; then
eval `dbus-launch --sh-syntax --exit-with-x11`
fi
# cwm + xenodm + termbar
# vi ~/.cwmrc to create default cwm configuration file
# configure according to your needs and save :wq!
# manual: https://man.openbsd.org/cwm.1
# uncomment the next line to the line exec cwm
#exec xterm -geometry 320x1+0+0 -fa "Spleen:size=16" -bg "black" \
#cwm + xenodm + termbar
#vi ~/.cwmrc to create default cwm configuration file
#configure according to your needs and save :wq!
#manual: https://man.openbsd.org/cwm.1
#uncomment lines below
#xterm -geometry 320x1+0+0 -fa "Spleen:size=16" -bg "black" \
# -fg grey -fs 12 -name termbar -class termbar \
# -T termbar -e ~/.termbar &
#
#exec cwm
# rcctl enable xenodm
# rcctl start xenodm
# reboot
#cwm
#rcctl enable xenodm
#rcctl start xenodm
#reboot
# MATE Desktop + xenodm
# pkg_add -v mate
# uncomment line below
#exec mate-session
# rcctl enable messagebus xenodm
# rcctl start messagebus xenodm
# reboot
#XFCE Desktop + xenodm
#pkg_add -v xfce xfce-extras consolekit2
#uncomment line below
#/usr/local/bin/startxfce4 --with-ck-launch
#rcctl enable messagebus xenodm
#rcctl start messagebus xenodm
#reboot
# XFCE Desktop + xenodm
# pkg_add -v xfce xfce-extras consolekit2
# uncomment line below
#exec /usr/local/bin/startxfce4 --with-ck-launch
# rcctl enable messagebus xenodm
# rcctl start messagebus xenodm
# reboot
#KDE Plasma + xenodm
#pkg_add -v kde-plasma
#uncomment lines below
#export XDG_RUNTIME_DIR=/tmp/run/$(id -u)
#if [ ! -d $XDG_RUNTIME_DIR ]; then
# mkdir -m 700 -p $XDG_RUNTIME_DIR
#fi
#
#export QT_FORCE_STDERR_LOGGING=1
#export XDG_CURRENT_DESKTOP=KDE
#export DESKTOP_SESSION=plasma
#export QT_FORCE_STDERR_LOGGING=1
#/usr/local/bin/startplasma-x11 > ~/.startplasma-x11.log 2>&1
#rcctl enable messagebus xenodm
#rcctl start messagebus xenodm
#reboot
#Known issues
#
#The KDE compositor does not seem to run properly by default. It is recommended
#to deactivate this under: "System Setting" -> "Display Configuration" ->
#"Compositor"
#No compositor seem to run by default.
#You can't unlock your session when the screensaver has locked it. I get the
#graphical message "Something wrong happened. Run # ck-unlock-session ...".
#So you will end up with a freezen session that you have to completely kill.
#It is recommended to disable KDE screen locking for now.
#The first start may take a little longer.
#The sound mixer Kmix works only on the main channel.