aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/autostart.sh
blob: f1cfe16693f2ec6b66f74e89fb20031c1179ef7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/env bash
xset -b

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

numlockx &
dunst &
udiskie &

#picom &
compton --backend glx -b &

feh --bg-fill ~/stuff/pictures/nantes.jpg

#mpd &