mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
This commit is contained in:
commit
99043c4279
@ -4,6 +4,7 @@ bw ${XDG_CONFIG_HOME:-$HOME/.config}/bookmarks
|
|||||||
cfa ${XDG_CONFIG_HOME:-$HOME/.config}/aliasrc
|
cfa ${XDG_CONFIG_HOME:-$HOME/.config}/aliasrc
|
||||||
cfz $ZDOTDIR/.zshrc
|
cfz $ZDOTDIR/.zshrc
|
||||||
cfv ${XDG_CONFIG_HOME:-$HOME/.config}/nvim/init.vim
|
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
|
cfm ${XDG_CONFIG_HOME:-$HOME/.config}/mutt/muttrc
|
||||||
cfx ${XDG_CONFIG_HOME:-$HOME/.config}/Xresources
|
cfx ${XDG_CONFIG_HOME:-$HOME/.config}/Xresources
|
||||||
cfu ${XDG_CONFIG_HOME:-$HOME/.config}/newsboat/urls
|
cfu ${XDG_CONFIG_HOME:-$HOME/.config}/newsboat/urls
|
||||||
|
|||||||
@ -4,6 +4,6 @@
|
|||||||
|
|
||||||
# transmission-daemon sometimes fails to take remote requests in its first moments, hence the sleep.
|
# 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."
|
transmission-remote -a "$@" && notify-send "🔽 Torrent added."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user