aboutsummaryrefslogtreecommitdiff
path: root/.xprofile
blob: 0b16aa9b17dd4507c5d75af803ee0cbfe95b7b49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/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 &
dwmblocks &

#picom &
compton --backend glx -b &

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

mpd &