From ca6935d08ba345ffea59d508306cd84a52eef727 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 14 Oct 2018 22:47:40 -0400 Subject: [PATCH] Update various dots Lots of minor improvements here. --- .config/fish/config.fish | 3 ++- .config/mpd/mpd.conf | 2 ++ .config/nvim/init.vim | 3 +++ .config/sxhkd/sxhkdrc | 7 +++++++ 4 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 8dce7818..f261a41d 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -49,8 +49,9 @@ if not set -q set_abbr abbr t "task" abbr ta "task add" - abbr te "task edit" abbr tc "task completed" + abbr td "task done" + abbr te "task edit" abbr dl "youtube-dl" abbr back "feh --bg-fill" # Change the background diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index 76dfdfa9..431013a6 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -7,3 +7,5 @@ playlist_directory "~/.config/mpd/playlists" pid_file "~/.config/mpd/pid" state_file "~/.config/mpd/state" sticker_file "~/.config/mpd/sticker.sql" + +auto_update "yes" diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index f193b7a4..36e3252c 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -10,4 +10,7 @@ let &packpath = &runtimepath " use that instead. set clipboard=unnamedplus +" Change cursor back to blink after exiting neovim +autocmd VimLeave * set guicursor=a:block-blinkon1 + source ~/.vimrc diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 168cd8f5..790c9c07 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -180,4 +180,11 @@ alt + slash alt + backslash rofi -show calc -modi calc -no-show-match -no-sort +# =================== +# ======= wal ======= +# =================== + +alt + m + wal -o ~/.config/wal/bspwm_and_dunst.sh -i ~/Pictures/Wallpapers + # vim:ft=sxhkdrc