Compare commits

...

2 Commits

Author SHA1 Message Date
asolkar a530048c76 Merge branch 'master' of https://git.heshapps.com/asolkar/snips 2022-11-06 18:12:41 -08:00
asolkar 825ef53255 DWL and vim updates 2022-11-06 18:07:44 -08:00
2 changed files with 3 additions and 1 deletions
+2 -1
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
+1
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'