DWL and vim updates

This commit is contained in:
Mahesh Asolkar 2022-11-06 18:07:44 -08:00
parent 59a0f3c075
commit 825ef53255
2 changed files with 3 additions and 1 deletions

View File

@ -54,7 +54,8 @@ fi
# ---------------------------------------------------------- # ----------------------------------------------------------
# Background # 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 # Lock when idle

View File

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