aboutsummaryrefslogtreecommitdiff
path: root/.xinitrc
blob: 9b4180639902b2a9733d28c01cdab2e049f88216 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# ~/.xinitrc
#

# Services
xbanish &
dunst &

# Keyboard settings
setxkbmap -rules evdev -model evdev -layout us -variant altgr-intl -option "caps:swapescape" &
xmodmap -e "keycode  135 = Super_R" &
xset r rate 300 50 &

# Interface
xsetroot -solid "#282c34" &
xrdb -merge /home/melvin/.Xresources &

# Window management
wmname LG3D &
environment &
dwm_time &

# GO!
exec dwm