summaryrefslogtreecommitdiff
path: root/.config/x11/xinitrc
blob: 4d3d62f0597f8ed760565a1051c89c52b80a1789 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

slstatus &
setwall &
xcompmgr &
dunst &
sxhkd &
# xmodmap ~/.config/xmodmap/Xmodmap &
setxkbmap -option caps:swapescape
# exec dwm > /dev/null 2>&1 

while type dwm > /dev/null ; do dwm && continue || break ; done
exec dwm