Minor changes to vim config, added dunst to dwm autostart script and added shortcut to take screenshot with maim

This commit is contained in:
2021-01-23 01:42:23 +01:00
parent d72dae1d1f
commit d586229326
3 changed files with 6 additions and 1 deletions
+4 -1
View File
@@ -1,5 +1,8 @@
#!/bin/sh
export PATH=$PATH:~/.local/bin
# Start dwmblocks as statusbar
dwmblocks &
# Start dunst as notificationserver
dunst &
+1
View File
@@ -22,6 +22,7 @@ Plug 'vim-airline/vim-airline'
Plug 'preservim/nerdtree'
Plug 'arcticicestudio/nord-vim'
Plug 'mbbill/undotree'
Plug 'hugolgst/vimsence'
call plug#end()
" colorscheme stuff "
+1
View File
@@ -38,6 +38,7 @@ source $ZSH/oh-my-zsh.sh
alias nv="nvim"
alias vim="nvim"
alias sc="maim -s ~/Pictures/$(date +%s).png"
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh