aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-08-08 19:50:18 -0400
committertdro <tdro@users.noreply.github.com>2020-08-08 20:12:46 -0400
commitca0bfe8620379895da9b63c81eb3065f5b27c620 (patch)
tree650e67e481b27a0466a9bad3dd330de5b11606dc /.vimrc
parentc88965215c9138ad7669649374c0374fda112c53 (diff)
downloaddotfiles-ca0bfe8620379895da9b63c81eb3065f5b27c620.tar.gz
dotfiles-ca0bfe8620379895da9b63c81eb3065f5b27c620.tar.bz2
dotfiles-ca0bfe8620379895da9b63c81eb3065f5b27c620.zip
.config/nixpkgs: Add chromexup
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 9498f86..04f76af 100644
--- a/.vimrc
+++ b/.vimrc
@@ -307,6 +307,7 @@ augroup AutoCommands
autocmd BufWritePost *.tex :term ++close ++rows=10 latex-compile %
autocmd BufWritePost rc.lua silent !notify-send "$(awesome -k 2>&1)"
autocmd BufWritePost quotes,*.fortune silent !notify-send "$(strfile %)"
+ autocmd BufWritePost $HOME/.config/chromexup/config.ini silent !notify-send "$(chromexup 2>&1)"
autocmd BufWritePost *.desktop silent !notify-send "$(desktop-file-validate % 2>&1 && echo 'OK: %')"
autocmd BufWritePost Xresources silent !xrdb ~/.config/X11/Xresources && notify-send 'Reloading Xresources...'