Minor xinitrc reordering and details
This commit is contained in:
parent
781492b3cb
commit
b42f9dfc13
1 changed files with 3 additions and 5 deletions
8
xinitrc
8
xinitrc
|
|
@ -1,15 +1,13 @@
|
|||
xrdb ~/.Xresources &
|
||||
setxkbmap dvorak
|
||||
setxkbmap -option ctrl:nocaps
|
||||
xsetroot bg black -cursor_name left_ptr &
|
||||
setxkbmap -layout dvorak -option ctrl:nocaps
|
||||
xmodmap .Xmodmap &
|
||||
urxvtd -q -o -f &
|
||||
#compton -cGb &
|
||||
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 &
|
||||
#~/dotfiles/bin/animated_wallpaper.sh ~/Dropbox/Photos/wallpaper/cycloid.gif &
|
||||
|
||||
exec xmonad
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue