This commit is contained in:
Roland Thomas
2023-02-08 11:16:16 -05:00
parent 058b5dd481
commit 95cf6363f3
14 changed files with 1404 additions and 187 deletions

View File

@ -8,15 +8,7 @@ sysmodmap=/etc/X11/xinit/.Xmodmap
# merge in defaults and keymaps
if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi
if [ -f $sysmodmap ]; then
@ -24,15 +16,7 @@ if [ -f $sysmodmap ]; then
fi
if [ -f "$userresources" ]; then
xrdb -merge "$userresources"
fi
if [ -f "$usermodmap" ]; then
@ -48,6 +32,5 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
unset f
fi
# exec /usr/local/bin/dwm
# exec picom -b
picom --animations --no-fading-openclose -b
exec qtile start