Skip to content

Commit

Permalink
some changes were introduced in dunst
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Abdullah Khabir committed May 9, 2023
1 parent 699b962 commit 5ebfaef
Showing 1 changed file with 29 additions and 27 deletions.
56 changes: 29 additions & 27 deletions dunst/.config/dunst/dunstrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,31 @@
# will be ignored.
follow = mouse


#[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+period



# The geometry of the window:
# [{width}]x{height}[+/-{x}+/-{y}]
# The geometry of the message window.
Expand All @@ -29,7 +54,7 @@
# 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 = "520x105-25+35"
#geometry = "520x105-25+35"

# Show how many messages are currently hidden (because of geometry).
indicate_hidden = yes
Expand All @@ -46,7 +71,7 @@
# 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 = 0
# notification_height = 0

# Draw a line of "separator_height" pixel height between two
# notifications.
Expand Down Expand Up @@ -207,7 +232,7 @@
# Print a notification on startup.
# This is mainly for error detection, since dbus (re-)starts dunst
# automatically after a crash.
startup_notification = false
# startup_notification = false

# Manage dunst's desire for talking
# Can be one of the following values:
Expand All @@ -216,7 +241,7 @@
# mesg: Important Messages
# info: all unimportant stuff
# debug: all less than unimportant stuff
verbosity = mesg
# verbosity = mesg

# Define the corner radius of the notification window
# in pixel size. If the radius is 0, you have no rounded
Expand Down Expand Up @@ -267,29 +292,6 @@
# using the resolution and physical size. This might be useful in setups
# where there are multiple screens with very different dpi values.
per_monitor_dpi = true

[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+period

[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
Expand Down

0 comments on commit 5ebfaef

Please sign in to comment.