diff options
author | Amin Bandali <amin@aminb.org> | 2017-07-30 20:46:53 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2017-07-30 20:46:53 -0400 |
commit | 85e3148ba10e276e6b8314908d8e38b4d375640e (patch) | |
tree | f07e29e1fc9b11c63acd84f8d411264a32227b4d /x/.xprofile | |
parent | 4f7d279faeeb551fcff6388b6caa7b231a8254d3 (diff) | |
download | configs-85e3148ba10e276e6b8314908d8e38b4d375640e.tar.gz configs-85e3148ba10e276e6b8314908d8e38b4d375640e.tar.xz configs-85e3148ba10e276e6b8314908d8e38b4d375640e.zip |
Little script for unlocking Default GNOME Keyring
Retrieve the password of the Default keyring from
the Login keyring and use it to unlock the Default
keyring.
Diffstat (limited to '')
-rw-r--r-- | x/.xprofile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x/.xprofile b/x/.xprofile index 3117fc7..055725d 100644 --- a/x/.xprofile +++ b/x/.xprofile @@ -5,4 +5,5 @@ source ~/.zprofile export _JAVA_AWT_WM_NONREPARENTING=1 export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true' +unlock-def-gk.py & bspwm & |