added ellison xorg stuff

This commit is contained in:
Rudis Muiznieks 2022-04-09 16:17:51 -05:00
parent 18b793d153
commit 65df1ce567
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
2 changed files with 18 additions and 1 deletions

View File

@ -1,4 +1,4 @@
Xcursor.theme: Arc
Xcursor.theme: whiteglass
*.foreground: #dedacf
*.background: #080808

17
xorg/ellison/xinitrc Normal file
View File

@ -0,0 +1,17 @@
#!/bin/sh
#. "$HOME/.profile"
userresources=$HOME/.Xresources
sysresources=/etc/X11/xinit/.Xresources
if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi
if [ -f "$userresources" ]; then
xrdb -merge "$userresources"
fi
dunst &
exec herbstluftwm