blob: 0fd3f77c5ae6fe1f71b3f4314d245482f4438045 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/bin/sh
xsetroot -cursor_name left_ptr &
xrdb -load ~/.Xresources
compton &
dunst -config "$HOME"/.config/dunst/dunstrc &
sxhkd -c "$HOME"/.config/sxhkd/sxhkdrc &
/home/np/.fehbg
urxvtd &
exec 2bwm
|