dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 13fa8731f616aa29f613501eddc0fd110a8ad6d5
parent 685c3caf62ebfe80b8362a79521946f85cae6f43
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Wed,  9 Apr 2014 13:00:10 +0200

Add gnome-keyring-daemon in order to remember wifi connections

Diffstat:
M.xinitrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.xinitrc b/.xinitrc @@ -68,7 +68,7 @@ dunst & #pidgin & # if you're using pidgin. You can really put any programs here. #gnome-power-manager & # for laptops and stuff #gnome-volume-manager & # for mounting CDs, USB sticks, and such -#eval `gnome-keyring-daemon` # SSH/GPG agent +eval `gnome-keyring-daemon` # SSH/GPG agent # Enable tap-to-click on touchpad synclient TapButton1=1 TapButton2=2 TapButton3=3