14 lines
317 B
Plaintext
14 lines
317 B
Plaintext
xrdb ~/.Xresources &
|
|
setxkbmap -layout dvorak -option ctrl:nocaps
|
|
xmodmap .Xmodmap &
|
|
urxvtd -q -o -f &
|
|
compton &
|
|
xsetroot -solid black -cursor_name left_ptr &
|
|
|
|
dropboxd &
|
|
|
|
feh --bg-fill ~/Dropbox/Photos/wallpaper/cycloid.gif
|
|
#~/dotfiles/bin/animated_wallpaper.sh ~/Dropbox/Photos/wallpaper/cycloid.gif &
|
|
|
|
exec xmonad
|