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 68a255616d1ce0937c4e2f226575241c4b49bc1e
parent cacd2301b256cd3f685e44e859b7c37d28d64536
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Thu,  8 May 2014 19:10:39 +0200

add gnome keyring daemon

Diffstat:
M.xinitrc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.xinitrc b/.xinitrc @@ -70,6 +70,7 @@ dunst & #gnome-power-manager & # for laptops and stuff #gnome-volume-manager & # for mounting CDs, USB sticks, and such #eval `gnome-keyring-daemon --start --components=secrets` # possible components: gpg,pkcs11,secrets,ssh +eval `gnome-keyring-daemon --start --components=gpg,pkcs11,secrets,ssh` # Enable tap-to-click on touchpad synclient TapButton1=1 TapButton2=2 TapButton3=3 @@ -111,6 +112,7 @@ xwrits breaktime=5:00 typetime=55:00 +clock +breakclock +mouse & exec i3 #exec herbstluftwm --locked +#exec gnome-session #sxhkd & #exec bspwm