Merge branch 'main' of git.snaile.de:luca/dotfiles
This commit is contained in:
commit
f72ed9f169
4 changed files with 9 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
2
.local/share/service/gnome-keyring/log/run
Executable file
2
.local/share/service/gnome-keyring/log/run
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec vlogger -t gnome-keyring -p daemon
|
3
.local/share/service/gnome-keyring/run
Executable file
3
.local/share/service/gnome-keyring/run
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
exec gnome-keyring-daemon --foreground
|
Loading…
Add table
Reference in a new issue