diff --git a/.profile b/.profile index 1dc3350..9881932 100644 --- a/.profile +++ b/.profile @@ -49,3 +49,7 @@ fi if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then exec sway fi + +# https://wiki.archlinux.org/title/GNOME/Keyring#PAM_method +dbus-update-activation-environment DISPLAY XAUTHORITY WAYLAND_DISPLAY + diff --git a/rnr/bookmarks b/rnr/bookmarks index 58202d5..44abb9a 100644 --- a/rnr/bookmarks +++ b/rnr/bookmarks @@ -1,3 +1,5 @@ d:/home/dado/Downloads +g:/home/dado/git h:/home/dado m:/media/dado +w:/home/dado/git/mywiki diff --git a/sway/config.d/autostart_applications b/sway/config.d/autostart_applications index 018a4a2..7562cbc 100644 --- a/sway/config.d/autostart_applications +++ b/sway/config.d/autostart_applications @@ -20,7 +20,8 @@ exec hash dbus-update-activation-environment 2>/dev/null && \ # Autostart exec 'syncthing &' -exec 'nextcloud' +#exec 'nextcloud' +exec 'gnome-keyring-daemon --start --components=secrets' exec 'gammastep -l 0:0 -o -b 0.9:0.9 &' -exec_always 'autotiling -w 1 2 3 4 5 6 7 8 9 10' -# https://man.archlinux.org/man/extra/gammastep/gammastep.1.en \ No newline at end of file +# https://man.archlinux.org/man/extra/gammastep/gammastep.1.en +exec_always 'autotiling -w 1 2 3 4 5 6 7 8 9 10' \ No newline at end of file