Compare commits

...

2 Commits

2 changed files with 3 additions and 1 deletions

View File

@ -54,7 +54,8 @@ fi
# ----------------------------------------------------------
# Background
# ----------------------------------------------------------
swaybg --mode fill --image ~/.config/wallpaper.jpg &
# TODO: Consuimng too much CPU - keeps fan spinning
# swaybg --mode fill --image ~/.config/wallpaper.jpg &
# ----------------------------------------------------------
# Lock when idle

View File

@ -59,6 +59,7 @@
Plug 'mhinz/vim-signify'
Plug 'tmhedberg/matchit'
Plug 'spf13/vim-colors'
Plug 'romainl/vim-cool'
Plug 'tpope/vim-surround'
Plug 'tpope/vim-repeat'
Plug 'drmikehenry/vim-fontsize'