Compare commits

..

No commits in common. "52bfbe6d9d8b7e65915eebc31855b7e6727f2e8b" and "cedda07b7bed340d488d36e8fd3df23012128af5" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -2,6 +2,6 @@
# Assert an ssh-agent (which is empty at the beginning) # Assert an ssh-agent (which is empty at the beginning)
if command -v keychain > /dev/null 2>&1; then if command -v keychain > /dev/null 2>&1; then
eval "$(keychain -q --nogui --timeout 600 --eval)" eval "$(keychain -q --nogui --agents ssh --timeout 600 --eval)"
fi fi

View file

@ -38,7 +38,7 @@ exec swayidle -w \
resume 'swaymsg "output * dpms on"' \ resume 'swaymsg "output * dpms on"' \
before-sleep '~/.dotfiles/sway/lock.sh' before-sleep '~/.dotfiles/sway/lock.sh'
exec mako exec mako
exec syncthing serve --no-browser exec syncthing -no-browser
exec blueman-applet exec blueman-applet
exec telegram-desktop -startintray exec telegram-desktop -startintray
exec gammastep-indicator exec gammastep-indicator