Browse Source

fixes for keyring after bullseye upgrade

master
marc 4 years ago
parent
commit
cf57c68b1e
1 changed files with 5 additions and 0 deletions
  1. 5
      .xinitrc

5
.xinitrc

@ -17,6 +17,11 @@ xmodmap ~./.Xmodmap
# when not using a display manager # when not using a display manager
systemctl --user import-environment DISPLAY systemctl --user import-environment DISPLAY
#gnome keyring
#dbus-Zeile ermöglichte erst den Zugriff auf den keyring
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
export SSH_AUTH_SOCK
dbus-update-activation-environment --systemd DISPLAY
#compton & #compton &
# see https://github.com/yshui/compton # see https://github.com/yshui/compton
#/opt/compton --config /home/marc/.config/compton.conf.yshui & #/opt/compton --config /home/marc/.config/compton.conf.yshui &

Loading…
Cancel
Save