aboutsummaryrefslogtreecommitdiff
path: root/.xprofile
blob: 4d9742a06787e1f3e0ff5f8ee422ac12fc14d744 (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 > /dev/null &

#picom &
compton --backend glx -b &

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

mpd &