summaryrefslogtreecommitdiffstats
path: root/xinitrc
blob: 21b6055dc11ff524d8594bbf855583aca29b341d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -*- mode: shell-script -*-

#xmodmap -e "pointer = 3 2 1"
#exec awesome
while :; do
    xsetroot -name "`~/.getrootname`"
    sleep 1m
done &
#feh --bg-tile ~/Pictures/tile.png
#nitrogen --restore
habak -mp 0,0 ~/Pictures/wall/1680x1050 -mp -0,0 ~/Pictures/wall/1280x1024
emacs --daemon
#xrandr --output DVI-I-1 --mode 1680x1050 --primary --output VGA-1 --right-of DVI-I-1
xmodmap -e "pointer = 3 2 1"
conky

exec dwm