From 1fbab3749e1945de5e745a328bd02aacb5829f45 Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Tue, 29 Dec 2020 23:00:19 +0100 Subject: [PATCH] minor changes --- dunst/.config/dunst/dunstrc | 2 +- git/.gitconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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