Browse Source

updated dunst configuration

pull/73/head
JaKooLit 2 years ago
parent
commit
444d08e4f8
  1. 69
      config/dunst/dunstrc

69
config/dunst/dunstrc

@ -17,19 +17,6 @@
# will be ignored.
follow = mouse
# 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 = "300x60+15+46"
width = (250, 350)
height = 250
origin = top-center
@ -37,23 +24,20 @@
notification_limit = 9
# Show how many messages are currently hidden (because of geometry).
progress_bar_corner_radius = 4
# Show how many messages are currently hidden (because of geometry).
indicate_hidden = yes
# Shrink window if it's smaller than the width. Will be ignored if
# width is 0.
shrink = no
# The transparency of the window. Range: [0; 100].
# The transparency of the window. Range: [0; 100]. [x11 only]
# This option will only work if a compositing window manager is
# present (e.g. xcompmgr, compiz, etc.).
#transparency = 100
# The height of the entire notification. If the height is smaller
# than the font height and padding combined, it will be raised
# to the font height and padding.
notification_height = 15
# Draw a line of "separator_height" pixel height between two
# notifications.
# Set to 0 to disable.
@ -70,7 +54,7 @@
frame_width = 2
# Defines color of the frame around the notification window.
frame_color = "#3C27C7"
frame_color = "#6C89AE"
# Define a color for the separator.
# possible values are:
@ -186,7 +170,7 @@
### Misc/Advanced ###
# dmenu path.
dmenu = /usr/bin/dmenu -p dunst:
dmenu = /usr/bin/rofi -p dunst:
# Browser for opening urls in context menu.
browser = /usr/bin/firefox -new-tab
@ -200,20 +184,6 @@
# Define the class of the windows spawned by dunst
class = Dunst
# Print a notification on startup.
# This is mainly for error detection, since dbus (re-)starts dunst
# automatically after a crash.
startup_notification = false
# Manage dunst's desire for talking
# Can be one of the following values:
# crit: Critical features. Dunst aborts
# warn: Only non-fatal warnings
# mesg: Important Messages
# info: all unimportant stuff
# debug: all less than unimportant stuff
verbosity = mesg
# Define the corner radius of the notification window
# in pixel size. If the radius is 0, you have no rounded
# corners.
@ -256,34 +226,13 @@
# where there are multiple screens with very different dpi values.
per_monitor_dpi = false
[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". Make sure this key actually exists on your keyboard layout,
# e.g. check output of 'xmodmap -pke'
history = ctrl+grave
# Context menu.
context = ctrl+shift+grave
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#00000095"
foreground = "#fafafa"
frame_color = "#3C27C7"
frame_color = "#6C89AE"
timeout = 2
# Icon for notifications with low urgency, uncomment to enable
icon = $HOME/.config/dunst/images/bell.png
@ -291,7 +240,7 @@
[urgency_normal]
background = "#00000095"
foreground = "#fafafa"
frame_color = "#3C27C7"
frame_color = "#6C89AE"
timeout = 5
# Icon for notifications with normal urgency, uncomment to enable
icon = $HOME/.config/dunst/images/bell.png
@ -299,7 +248,7 @@
[urgency_critical]
background = "#00000095"
foreground = "#fafafa"
frame_color = "#3C27C7"
frame_color = "#6C89AE"
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable
icon = $HOME/.config/dunst/images/bell.png

Loading…
Cancel
Save