aboutsummaryrefslogtreecommitdiff
path: root/.config/qtile/autostart.sh
blob: 871ef4914fa1e8003729925c23174eade1fab6e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh
xset -b

#setxkbmap -option caps:swapescape
#setxkbmap -layout us,rs -variant ,alternatequotes -option grp:alt_shift_toggle,caps:swapescape

numlockx &
dunst &
udiskie &

#picom &
compton --backend glx &

feh --bg-fill ~/stuff/pictures/alps-house.jpg

#lxpolkit &
#gpg-agent &
#ssh-agent &

mpd &