commit 0bf7f8a8b1d253e780a28b3be86b997d8a150a4f
parent 013f81c1397a88e16036b5c1e3ee763950bee027
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 18 Dec 2018 20:17:12 +0100
Remove autostart of firefox, remove agents from i3 launch, remove second mpd launch
Diffstat:
2 files changed, 0 insertions(+), 15 deletions(-)
diff --git a/links/.config/i3/config b/links/.config/i3/config
@@ -235,11 +235,7 @@ bindsym $mod+Shift+F5 exec $term -e nmtui
# auto-start programs
exec --no-startup-id mpd ~/.mpd/mpd.conf
-exec --no-startup-id eval "$(gpg-agent)"
-exec --no-startup-id eval "$(ssh-agent)"
-exec --no-startup-id mpd ~/.mpd/mpd.conf
exec --no-startup-id unclutter
exec --no-startup-id dunst
exec --no-startup-id compton
#exec --no-startup-id xcompmgr
-exec --no-startup-id i3-msg 'workspace 2; exec firefox; sleep 2; layout tabbed; workspace 1; exec st -e tmux-utility.sh'
diff --git a/links/bin/tmux-newsboat.sh b/links/bin/tmux-newsboat.sh
@@ -4,17 +4,6 @@ echo "starting $SESSION tmux session"
if ! tmux has-session -t "$SESSION"
then
- # Start services
- eval "$(gpg-agent)"
- GPG_TTY=$(tty)
- export GPG_TTY
- eval "$(ssh-agent)"
- # Add ssh key if not already added
- if [ "$(uname)" = "Darwin" ]; then
- ssh-add -l | grep -q '\.ssh/id_rsa' || ssh-add -K
- else
- ssh-add -l | grep -q '\.ssh/id_rsa' || ssh-add
- fi
# Create new session, name it, name the window, detach
tmux new-session -s "$SESSION" -d