summaryrefslogtreecommitdiff
path: root/.config/x11/xprofile
blob: cd2ba8708e038fa2d037cdbbfc8884094b7d3500 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/sh

# This is run when a display manager logs in.
# Used as source for ~/.xinitrc.

xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources &
xsetroot -cursor_name left_ptr &
numlockx on &
nm-applet &
blueman-applet &
picom &
dunst &
udiskie &
flameshot &
# Not really needed when using startx (in general the config in ~/.profile)
# pulseaudio --start &
pasystray &
setsid sxhkd &
syncthingtray --wait &

# At the end, start the WM.
exec bspwm