Add xinitrc

This commit is contained in:
DogeyStamp 2021-03-19 16:37:55 -04:00
parent 6763f08788
commit 0e6cad3005

16
.xinitrc Executable file
View File

@ -0,0 +1,16 @@
#!/bin/sh
setxkbmap -layout us,ca -variant multi -option 'grp:win_space_toggle, caps:swapescape'
xset r rate 300 50
mon-on
picom &
xwallpaper --center .config/wall.png
dunst &
while true; do
xsetroot -name "$(date) $(acpi | cut -d',' -f2)"
sleep 2
done &
exec dwm