summaryrefslogtreecommitdiff
path: root/.xinitrc
blob: 5e0df6220d0b71746081a08312d4807c9fad8957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$XDG_CONFIG_HOME/startup/$(hostname) &
sxhkd &
dunst &
unclutter &
picom -b &
echo us >"$HOME/.cache/layout"
xrdb -load "$HOME/.Xresources"
flashfocus -n 30 -t 150 -l never -o 0.75 -v ERROR &
dwmblocks &
remaps &
while true; do
	#   Start dwm (loop restarts it if it crashes)
	#   dwm >/dev/null
	#   Trying to launch dwm with dbus-launch
	dbus-launch --exit-with-session dwm
done
# vim:filetype=sh