You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
394 B
Plaintext
20 lines
394 B
Plaintext
xrdb ~/.Xresources &
|
|
setxkbmap -layout dvorak
|
|
# -option ctrl:nocaps
|
|
xmodmap .Xmodmap &
|
|
xcape &
|
|
urxvtd -q -o -f &
|
|
compton &
|
|
xsetroot -solid black -cursor_name left_ptr &
|
|
|
|
eval $(gpg-agent --daemon) &
|
|
|
|
/usr/bin/xscreensaver -no-splash &
|
|
|
|
dropboxd &
|
|
|
|
feh --bg-fill ~/Dropbox/Photos/wallpaper/cycloid.gif
|
|
# ~/dotfiles/bin/animated_wallpaper.sh ~/Dropbox/Photos/wallpaper/cycloid.gif &
|
|
|
|
exec xmonad
|