diff options
Diffstat (limited to '.config/dunst')
| -rw-r--r-- | .config/dunst/dunstrc | 29 | 
1 files changed, 6 insertions, 23 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index cf4fc8b..ac8382b 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -55,20 +55,6 @@      ignore_newline = no -    # The geometry of the window: -    #   [{width}]x{height}[+/-{x}+/-{y}] -    # The geometry of the message window. -    # The height is measured in number of notifications everything else -    # in pixels.  If the width is omitted but the height is given -    # ("-geometry x2"), the message window expands over the whole screen -    # (dmenu-like).  If width is 0, the window expands to the longest -    # message displayed.  A positive x is measured from the left, a -    # negative from the right side of the screen.  Y is measured from -    # the top and down respectively. -    # The width can be negative.  In this case the actual width is the -    # screen width minus the width defined in within the geometry option. -    geometry = "0x5-30+20" -      # Shrink window if it's smaller than the width.  Will be ignored if      # width is 0.      shrink = no @@ -81,7 +67,7 @@      # Don't remove messages, if the user is idle (no mouse or keyboard input)      # for longer than idle_threshold seconds.      # Set to 0 to disable. -    idle_threshold = 0 +    idle_threshold = 30      # Which monitor should the notifications be displayed on.      monitor = 0 @@ -152,7 +138,7 @@      icon_position = left  [frame] -    width = 1 +    width = 2  [shortcuts]      # Shortcuts are specified as [modifier+][modifier+]...key @@ -160,24 +146,21 @@      # "mod3" and "mod4" (windows-key).      # Xev might be helpful to find names for keys. -    # close notification +    # Close notification.      close = mod4+grave -      # Redisplay last message(s).      # On the US keyboard layout "grave" is normally above TAB and left      # of "1".      history = mod4+ctrl+grave  [urgency_low] -    # IMPORTANT: colors have to be defined in quotation marks. -    # Otherwise the "#" and following would be interpreted as a comment. -    timeout = 10 +    timeout = 0  [urgency_normal] -    timeout = 10 +    timeout = 15  [urgency_critical] -    timeout = 0 +    timeout = 15  # Every section that isn't one of the above is interpreted as a rules to  | 
