Minor changes to vim config, added dunst to dwm autostart script and added shortcut to take screenshot with maim
This commit is contained in:
parent
d72dae1d1f
commit
d586229326
@ -1,5 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
export PATH=$PATH:~/.local/bin
|
export PATH=$PATH:~/.local/bin
|
||||||
|
|
||||||
|
# Start dwmblocks as statusbar
|
||||||
dwmblocks &
|
dwmblocks &
|
||||||
|
|
||||||
|
# Start dunst as notificationserver
|
||||||
|
dunst &
|
||||||
|
@ -22,6 +22,7 @@ Plug 'vim-airline/vim-airline'
|
|||||||
Plug 'preservim/nerdtree'
|
Plug 'preservim/nerdtree'
|
||||||
Plug 'arcticicestudio/nord-vim'
|
Plug 'arcticicestudio/nord-vim'
|
||||||
Plug 'mbbill/undotree'
|
Plug 'mbbill/undotree'
|
||||||
|
Plug 'hugolgst/vimsence'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
" colorscheme stuff "
|
" colorscheme stuff "
|
||||||
|
@ -38,6 +38,7 @@ source $ZSH/oh-my-zsh.sh
|
|||||||
|
|
||||||
alias nv="nvim"
|
alias nv="nvim"
|
||||||
alias vim="nvim"
|
alias vim="nvim"
|
||||||
|
alias sc="maim -s ~/Pictures/$(date +%s).png"
|
||||||
|
|
||||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||||
|
Loading…
Reference in New Issue
Block a user