about summary refs log tree commit diff stats
path: root/config/X11/xprofile
blob: 224386be19a2c9acdb68bd9a3d805b3fd31f717b (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
#!/bin/sh
. $HOME/etc/shrc
# set caps to escape when pressed and super when held
setxkbmap -option caps:super && xcape -e 'Super_L=Escape'
# disables the beeper
xset b off
# increases kbd repeat on hold
xset r rate 300 50
# enables x colorscheme
xrdb -load $HOME_ETC/X11/xresources

# set background
xbg &
# notification daemon
dunst &
# mouse vanishes when typing
unclutter -noevents &
# activate music daemon
mpd &
# and its scrobbler
mpdas -c $HOME_ETC/mpdasrc &
# remind user of important tasks
bother &