1
0
Fork 0

Merge branch 'main' of git.snaile.de:luca/dotfiles

This commit is contained in:
Luca Bilke 2024-07-31 11:21:49 +02:00
commit a8b9617d74
Signed by: luca
GPG Key ID: F6E11C9BAA7C82F5
4 changed files with 9 additions and 4 deletions

View File

@ -4,4 +4,4 @@ remaps -qd
pidof -s thunderbird >/dev/null 2>&1 || setsid -f thunderbird
pkill -RTMIN+8 dwmblocks
gnome-keyring-daemon --start --components=secrets

View File

@ -133,9 +133,9 @@ for NEW_PATH in \
"$(find -L ~/.local/bin -type d -printf %p: | sed 's/.$//')" \
"${GOPATH}/bin"
do
case ":$PATH:" in
*":$NEW_PATH:"*) ;;
*) export PATH="$NEW_PATH:$PATH" ;;
case ":${PATH}:" in
*":${NEW_PATH}:"*) ;;
*) export PATH="${NEW_PATH}:${PATH}" ;;
esac
done

View File

@ -0,0 +1,2 @@
#!/bin/sh
exec vlogger -t gnome-keyring -p daemon

View File

@ -0,0 +1,3 @@
#!/bin/sh
exec 2>&1
exec gnome-keyring-daemon --foreground