diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index 695a159..9306ec1 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -2,7 +2,7 @@ ### Display ### # Which monitor should the notifications be displayed on. - monitor = 1 + monitor = 3 # The geometry of the window: # [{width}]x{height}[+/-{x}+/-{y}] diff --git a/git/.gitconfig b/git/.gitconfig index 83390f9..f90e4d8 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -4,4 +4,4 @@ [credential] helper = store [http] - sslVerify = True + sslVerify = true