Skip to content

Commit

Permalink
more qol stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
James Gillman committed Sep 22, 2023
1 parent e521263 commit a2b71bd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
16 changes: 16 additions & 0 deletions Xsetup_0
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/bin/sh
# $OpenBSD: Xsetup_0.in,v 1.1 2021/08/30 15:38:27 matthieu Exp $

prefix="/usr/X11R6"
exec_prefix="${prefix}"

${exec_prefix}/bin/xsetroot -fg \#6f6f6f -bg \#bfbfbf -bitmap ${prefix}/include/X11/bitmaps/root_weave

xsetroot -bg \#222229 -fg \#115522 -mod 16 16

#${exec_prefix}/bin/xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed -exitOnFail

# install package openbsd-backgrounds
# then uncomment:
#
# sxpm OpenBSD.xpm &
6 changes: 5 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,14 @@ echo "[*] Configure doas(1)"
touch /etc/doas.conf
echo "permit persist keepenv $user as root" > /etc/doas.conf

echo "[*] Configure Memory Limits for Programs
echo "[*] Configure Memory Limits for Programs"
usermod -G staff $user
cp -f ./login.conf /etc/login.conf

echo [*] Configure xenodm
cp -f ./Xsetup_0 /etc/X11/xenodm/Xsetup_0



echo "[*] Run Syspatch"
syspatch
Expand Down

0 comments on commit a2b71bd

Please sign in to comment.