blob: b83f94b03cc49eacc3a53473aa387602726a758c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/sh
xmodmap .xmodmaprc
nm-applet &
if command -v autorandr
then
autorandr --change --force
fi
xrdb -I$HOME/.xresources .xresources/main
dunst &
xsetroot -cursor_name left_ptr -solid '#666666' &
sxhkd &
|