Update
This commit is contained in:
19
.xinitrc
19
.xinitrc
@ -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
|
||||
|
Reference in New Issue
Block a user