From d3be7f89e16fe6e2c87876bd3d22bff9456e2047 Mon Sep 17 00:00:00 2001
From: Pavel Kirilin <win10@list.ru>
Date: Fri, 7 Aug 2020 00:55:22 +0400
Subject: [PATCH] Updated .xinit and deps.

Signed-off-by: Pavel Kirilin <win10@list.ru>
---
 dotfiles/.xinitrc  | 6 +++++-
 dotfiles/.xprofile | 1 -
 pacman.deps        | 2 ++
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/dotfiles/.xinitrc b/dotfiles/.xinitrc
index d920da1..e696596 100644
--- a/dotfiles/.xinitrc
+++ b/dotfiles/.xinitrc
@@ -2,11 +2,15 @@
 
 [ -f ~/.xprofile ] && . ~/.xprofile
 
+eval "$(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)"
+export SSH_AUTH_SOCK
+
 while true; do
- xsetroot -name "$( date +"%F %R")"
+ xsetroot -name "$( date +"%e %B (%d-%m-%Y) %A %R")"
  sleep 2s
 done &
 
 while true; do
+    wmname LG3D
     dwm >/dev/null 2>&1
 done
diff --git a/dotfiles/.xprofile b/dotfiles/.xprofile
index 392ab51..296e794 100644
--- a/dotfiles/.xprofile
+++ b/dotfiles/.xprofile
@@ -1,6 +1,5 @@
 #!/bin/bash
 
-wmname LG3D
 setxkbmap -model pc105 -layout us,ru -option grp:caps_toggle
 picom --config ~/.picom.conf -b
 nitrogen --restore
diff --git a/pacman.deps b/pacman.deps
index 3b42bd7..b0b7831 100644
--- a/pacman.deps
+++ b/pacman.deps
@@ -5,7 +5,9 @@ bat
 dmenu
 dunst
 firefox
+gnome-keyring 
 gobject-introspection
+libsecret
 lsd
 nitrogen
 opendesktop-fonts
-- 
GitLab