From 64bab6129ded699ab5a4c953e15e96d695fc311b Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Fri, 19 Nov 2021 13:35:58 -0800 Subject: [PATCH] Update dunstrc for 1.7 also add xinitrc flag to hook in keychain unlocking --- .config/dunst/dunstrc | 17 +++++++++-------- .xinitrc | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 136070d..12e56b8 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -1,5 +1,12 @@ [global] - geometry = "600x20" + font = "Sans 12" + origin = top-left + width = 600 + height = 100 + offset = 0x0 + padding = 1 + horizontal_padding = 1 + notification_limit = 20 shrink = no monitor = 1 follow = none @@ -24,7 +31,7 @@ format = "%s\n%b" show_age_threshold = 60 - word_wrap = no + word_wrap = true ellipsize = end ignore_newline = yes stack_duplicates = false @@ -52,8 +59,6 @@ # Define the class of the windows spawned by dunst class = Dunst - verbosity = mesg - corner_radius = 0 # Ignore the dbus closeNotification message. @@ -82,7 +87,3 @@ separator_color = "#f0f0f0" foreground = "#c0c0c0" # %%base16_template_end%% - -[shortcuts] - history = ctrl+grave - context = ctrl+shift+grave diff --git a/.xinitrc b/.xinitrc index c610f46..25c7b5b 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,4 +1,4 @@ barrier & dunst & -nextcloud-client & +dbus-update-activation-environment --systemd DISPLAY & exec i3