aboutsummaryrefslogtreecommitdiff
path: root/X/xinitrc
blob: ee191fe42c79fe916a9178536b29f531b3be9a5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Read X resources
xrdb "$HOME"/.Xresources

# Map Caps Lock as a Ctrl key
setxkbmap -option ctrl:nocaps

# Apply background image
feh --bg-scale --no-fehbg -- "$HOME"/.i3/draugen.jpg

# Start redshift(1)
redshift &

# Start urxvtd(1)
urxvtd -o -q &

# Start xbindkeys(1)
xbindkeys -n &

# Start window manager
exec i3