Update various dots

Lots of minor improvements here.
This commit is contained in:
Donovan Glover 2018-10-14 22:47:40 -04:00
parent 9a9d8cef92
commit ca6935d08b
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
4 changed files with 14 additions and 1 deletions

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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