diff --git a/dotfiles/.config/dunst/dunstrc b/dotfiles/.config/dunst/dunstrc index af1b6f9e..73145687 100644 --- a/dotfiles/.config/dunst/dunstrc +++ b/dotfiles/.config/dunst/dunstrc @@ -33,7 +33,7 @@ origin = top-center # Offset from the origin - offset = 10x10 + offset = 5x5 # Scale factor. It is auto-detected if value is 0. scale = 0 @@ -433,4 +433,4 @@ # appname = "some_volume_notifiers" # set_stack_tag = "volume" # -# vim: ft=cfg \ No newline at end of file +# vim: ft=cfg diff --git a/dotfiles/.vim/vimrc b/dotfiles/.vim/vimrc index 8820617d..e19b6946 100644 --- a/dotfiles/.vim/vimrc +++ b/dotfiles/.vim/vimrc @@ -111,6 +111,7 @@ set foldcolumn=1 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Colors and Fonts """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + " Enable syntax highlighting syntax enable