From 74421a25b535443b03cb8e7ebdc03d8b148fa5ab Mon Sep 17 00:00:00 2001 From: Vitor Silvestri Date: Wed, 13 May 2020 12:47:29 -0300 Subject: [PATCH 1/2] Update transadd (#633) * Update transadd When transmission daemon is closed and the user wants to add a torrent, it needs to try to add the torrent two times, the first time for opening the daemon, and the second time for adding the torrent Removing the ampersand fix this, enabling one click for both starting the daemon and adding the torrent * fix typo --- .local/bin/transadd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/transadd b/.local/bin/transadd index 1b9599e..a598fad 100755 --- a/.local/bin/transadd +++ b/.local/bin/transadd @@ -4,6 +4,6 @@ # transmission-daemon sometimes fails to take remote requests in its first moments, hence the sleep. -pidof transmission-daemon >/dev/null || (transmission-daemon && notify-send "Starting transmission daemon..." && sleep 3 && pkill -RTMIN+7 "${STATUSBAR:-dwmblocks}") & +pidof transmission-daemon >/dev/null || (transmission-daemon && notify-send "Starting transmission daemon..." && sleep 3 && pkill -RTMIN+7 "${STATUSBAR:-dwmblocks}") transmission-remote -a "$@" && notify-send "🔽 Torrent added." From bc031c2a176f3516789f3558fe3e8586ad96d213 Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Wed, 13 May 2020 15:36:47 -0500 Subject: [PATCH 2/2] Update files (#631) --- .config/files | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/files b/.config/files index 6e07499..235762f 100644 --- a/.config/files +++ b/.config/files @@ -4,6 +4,7 @@ bw ${XDG_CONFIG_HOME:-$HOME/.config}/bookmarks cfa ${XDG_CONFIG_HOME:-$HOME/.config}/aliasrc cfz $ZDOTDIR/.zshrc cfv ${XDG_CONFIG_HOME:-$HOME/.config}/nvim/init.vim +cft ${XDG_CONFIG_HOME:-$HOME/.config}/tmux/.tmux.conf cfm ${XDG_CONFIG_HOME:-$HOME/.config}/mutt/muttrc cfx ${XDG_CONFIG_HOME:-$HOME/.config}/Xresources cfu ${XDG_CONFIG_HOME:-$HOME/.config}/newsboat/urls