From 90a6589dcafe2355e6c6a5282caab62e42d87c5f Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Sun, 5 May 2024 10:08:20 +0000 Subject: [PATCH] Math dunst offset with sway margin --- dotfiles/.config/dunst/dunstrc | 4 ++-- dotfiles/.vim/vimrc | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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