Fixing up xmonad, dzen2, conky, fonts, etc.
parent
2e785691b4
commit
d3fb9019a7
@ -0,0 +1,7 @@
|
|||||||
|
background yes
|
||||||
|
out_to_console yes
|
||||||
|
out_to_x no
|
||||||
|
update_interval 1
|
||||||
|
|
||||||
|
TEXT
|
||||||
|
cpu ${cpu}% mem ${memperc}% down ${downspeed eth0} up ${upspeed eth0} | ${time %d %b %R}
|
@ -1,10 +1,15 @@
|
|||||||
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
|
xrdb ~/.Xresources &
|
||||||
|
|
||||||
setxkbmap dvorak
|
setxkbmap dvorak
|
||||||
setxkbmap -option ctrl:nocaps
|
setxkbmap -option ctrl:nocaps
|
||||||
|
xsetroot -cursor_name left_ptr &
|
||||||
xsetroot -cursor_name left_ptr
|
xmodmap .Xmodmap &
|
||||||
|
urxvtd -q -o -f &
|
||||||
|
#compton -cGb &
|
||||||
|
compton &
|
||||||
|
|
||||||
dropboxd &
|
dropboxd &
|
||||||
|
|
||||||
|
feh --bg-fill ~/Dropbox/Photos/wallpaper/cycloid.gif
|
||||||
|
# gifview --animate --new-window root ~/Dropbox/Photos/wallpaper/cycloid.gif
|
||||||
|
|
||||||
exec xmonad
|
exec xmonad
|
||||||
|
Loading…
Reference in New Issue