Adding xscreensaver and gpg-agent to xinitrc
This commit is contained in:
parent
475936587c
commit
17c107bf62
1 changed files with 5 additions and 1 deletions
4
xinitrc
4
xinitrc
|
|
@ -5,6 +5,10 @@ urxvtd -q -o -f &
|
||||||
compton &
|
compton &
|
||||||
xsetroot -solid black -cursor_name left_ptr &
|
xsetroot -solid black -cursor_name left_ptr &
|
||||||
|
|
||||||
|
eval $(gpg-agent --daemon) &
|
||||||
|
|
||||||
|
/usr/bin/xscreensaver -no-splash &
|
||||||
|
|
||||||
dropboxd &
|
dropboxd &
|
||||||
|
|
||||||
feh --bg-fill ~/Dropbox/Photos/wallpaper/cycloid.gif
|
feh --bg-fill ~/Dropbox/Photos/wallpaper/cycloid.gif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue