aboutsummaryrefslogtreecommitdiff
path: root/.xprofile
blob: d4f0efce7aa4111f5e70de251222baf4d4ff499b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

eval $(keychain --clear --eval --agents gpg,ssh --quiet)

xset -b
setxkbmap -layout us,rs,rs -variant ,alternatequotes,latin -option grp:alt_shift_toggle,caps:swapescape
numlockx &

dunst &
udiskie &

#picom &
compton --backend glx -b &

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

mpd &