aboutsummaryrefslogtreecommitdiff
path: root/.config/qtile/autostart.sh
blob: 29d9ce9cd56aed161a63d83ed9b0813ee1013dda (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
xset -b
setxkbmap -option caps:swapescape
#setxkbmap -layout us,rs -variant ,alternatequotes -option grp:alt_shift_toggle,caps:swapescape
numlockx &
dunst &
udiskie &
compton --backend glx &
feh --bg-fill ~/stuff/pictures/alps-house.jpg
gpg-agent &
ssh-agent &
mpd &