Minor xinitrc reordering and details
parent
781492b3cb
commit
b42f9dfc13
@ -1,15 +1,13 @@
|
|||||||
xrdb ~/.Xresources &
|
xrdb ~/.Xresources &
|
||||||
setxkbmap dvorak
|
setxkbmap -layout dvorak -option ctrl:nocaps
|
||||||
setxkbmap -option ctrl:nocaps
|
|
||||||
xsetroot bg black -cursor_name left_ptr &
|
|
||||||
xmodmap .Xmodmap &
|
xmodmap .Xmodmap &
|
||||||
urxvtd -q -o -f &
|
urxvtd -q -o -f &
|
||||||
#compton -cGb &
|
|
||||||
compton &
|
compton &
|
||||||
|
xsetroot -solid black -cursor_name left_ptr &
|
||||||
|
|
||||||
dropboxd &
|
dropboxd &
|
||||||
|
|
||||||
feh --bg-fill ~/Dropbox/Photos/wallpaper/cycloid.gif
|
feh --bg-fill ~/Dropbox/Photos/wallpaper/cycloid.gif
|
||||||
# ~/dotfiles/bin/animated_wallpaper.sh ~/Dropbox/Photos/wallpaper/cycloid.gif &
|
#~/dotfiles/bin/animated_wallpaper.sh ~/Dropbox/Photos/wallpaper/cycloid.gif &
|
||||||
|
|
||||||
exec xmonad
|
exec xmonad
|
||||||
|
Loading…
Reference in New Issue