diff --git a/.bin/autostart-manage b/.bin/autostart-manage
index 87ed1b8..7b634c3 100755
--- a/.bin/autostart-manage
+++ b/.bin/autostart-manage
@@ -79,6 +79,7 @@ case $1 in
edit) _systemctl "$2" edit --full ;;
enable) _systemctl "$2" add-wants autostart.target ;;
disable) _systemctl "$2" enable ;;
+ status) _systemctl "${2:-*}" status ;;
start) systemctl --user start autostart.target ;;
*) echo "'$1' is not valid" ;;
esac
diff --git a/.bin/git-retag b/.bin/git-retag
index 090c932..99d4f2d 100755
--- a/.bin/git-retag
+++ b/.bin/git-retag
@@ -1,7 +1,5 @@
#!/usr/bin/env sh
-set -e
-
echo "Deleting tag from origin"
git push --delete origin "$1"
diff --git a/.config/aliasrc b/.config/aliasrc
index 0242682..c952add 100644
--- a/.config/aliasrc
+++ b/.config/aliasrc
@@ -36,7 +36,7 @@ alias ip='ip -c'
alias j='jump'
-alias keepass-unlock='(pkill keepassxc; pass notes/keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx)'
+alias keepass-unlock='(pkill keepassxc; pass keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx) & disown'
alias less='less -FS -x4'
alias ls='ls -lFh --color=auto'
diff --git a/.config/conky/archlinux-updates.conf b/.config/conky/archlinux-updates.conf
index 0e94728..b827a06 100644
--- a/.config/conky/archlinux-updates.conf
+++ b/.config/conky/archlinux-updates.conf
@@ -26,7 +26,7 @@ along with this program. If not, see .
conky.config = {
alignment = 'top_left',
- background = true,
+ background = false,
border_width = 1,
cpu_avg_samples = 2,
default_color = 'white',
diff --git a/.config/conky/clock.conf b/.config/conky/clock.conf
index 097984a..66d5262 100644
--- a/.config/conky/clock.conf
+++ b/.config/conky/clock.conf
@@ -26,7 +26,7 @@ along with this program. If not, see .
conky.config = {
alignment = 'top_left',
- background = true,
+ background = false,
border_width = 1,
cpu_avg_samples = 2,
default_color = 'white',
diff --git a/.config/conky/system.conf b/.config/conky/system.conf
index 3511d8b..ceca88d 100644
--- a/.config/conky/system.conf
+++ b/.config/conky/system.conf
@@ -26,7 +26,7 @@ along with this program. If not, see .
conky.config = {
alignment = 'top_left',
- background = true,
+ background = false,
border_width = 1,
cpu_avg_samples = 2,
default_color = 'white',
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 284ea41..af2cc61 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -73,6 +73,9 @@ plugin_path="$ZSH_CUSTOM/plugins"
autoinstall git \
"https://github.com/zsh-users/zsh-syntax-highlighting.git" \
"$plugin_path/zsh-syntax-highlighting"
+autoinstall git \
+ "https://github.com/spwhitt/nix-zsh-completions.git" \
+ "$plugin_path/nix-zsh-completions"
autoinstall file \
"https://gist.githubusercontent.com/oshybystyi/475ee7768efc03727f21/raw/4bfd57ef277f5166f3070f11800548b95a501a19/git-auto-status.plugin.zsh" \
"$plugin_path/git-auto-status/git-auto-status.plugin.zsh"
@@ -95,6 +98,7 @@ plugins=(
'git-auto-status'
'jump'
'laravel5'
+ 'nix-zsh-completions'
'rust'
'safe-paste'
'sudo'
diff --git a/.xprofile b/.xprofile
index db5613f..4fa0480 100644
--- a/.xprofile
+++ b/.xprofile
@@ -16,7 +16,7 @@ _autostart()
wait_for_service "network-online.target"
pass x
- (pass notes/keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx) &
+ (pass keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx) &
pass x && sleep 5
autoinstall graphical