mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2026-03-13 03:24:06 +01:00
Compare commits
No commits in common. "52bfbe6d9d8b7e65915eebc31855b7e6727f2e8b" and "cedda07b7bed340d488d36e8fd3df23012128af5" have entirely different histories.
52bfbe6d9d
...
cedda07b7b
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue