From 8366509d59630c4cd50d8a926dd96f355d905d49 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Fri, 29 Apr 2022 17:17:42 +0200 Subject: [PATCH] Update dunst config Signed-off-by: Severin Kaderli --- system/.config/dunst/dunstrc | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/system/.config/dunst/dunstrc b/system/.config/dunst/dunstrc index e75989f..dc0b5f4 100644 --- a/system/.config/dunst/dunstrc +++ b/system/.config/dunst/dunstrc @@ -72,12 +72,6 @@ indicate_hidden = yes # Possible values are "left", "center" and "right". alignment = left -# The frequency with wich text that is longer than the notification -# window allows bounces back and forth. -# This option conflicts with "word_wrap". -# Set to 0 to disable. -bounce_freq = 3 - # Show age of message if message is older than show_age_threshold # seconds. # Set to -1 to disable. @@ -90,7 +84,6 @@ word_wrap = yes # Ignore newlines '\n' in notifications. ignore_newline = no - # Shrink window if it's smaller than the width. Will be ignored if # width is 0. shrink = no @@ -162,40 +155,12 @@ separator_color = "#00000000" # Set to 0 to disable. frame_width = 0 -# Print a notification on startup. -# This is mainly for error detection, since dbus (re-)starts dunst -# automatically after a crash. -startup_notification = false - # dmenu path. dmenu = /usr/bin/dmenu -p dunst: # Browser for opening urls in context menu. #browser = /usr/bin/qutebrowser - - -[shortcuts] - -# Shortcuts are specified as [modifier+][modifier+]...key -# Available modifiers are "ctrl", "mod1" (the alt-key), "mod2", -# "mod3" and "mod4" (windows-key). -# Xev might be helpful to find names for keys. - -# Close notification. -close = ctrl+space - -# Close all notifications. -close_all = ctrl+shift+space - -# Redisplay last message(s). -# On the US keyboard layout "grave" is normally above TAB and left -# of "1". -history = ctrl+grave - -# Context menu. -context = ctrl+shift+period - [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment.