aboutsummaryrefslogtreecommitdiff
path: root/.xinitrc
blob: 349056a91cdf9ba2b666fafd16b7f305c29ed01c (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