blob: e949fbc5d1718868ff9aa62fcef939f9ffae9b9d (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
[ -x ~/.screenlayout/layout.sh ] && ~/.screenlayout/layout.sh
xwallpaper --zoom ~/Pictures/background.png &
picom &
setxkbmap -option "caps:escape" &
systemctl --user start dunst &
sxhkd &
xss-lock slockd &
xrdb ~/.config/X11/xresources
exec dwm
|