Upgrade dunst config file for 1.7.0

This commit is contained in:
Jake Howard 2021-10-23 10:42:41 +01:00
parent e595851727
commit 649b66d0e9
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 8 additions and 23 deletions

View File

@ -6,7 +6,9 @@
follow = none
geometry = "500x5+20+20"
width = (0, 300)
origin = top-left
offset = 10x25
# Show how many messages are currently hidden (because of geometry).
indicate_hidden = yes
@ -20,11 +22,6 @@
# present (e.g. xcompmgr, compiz, etc.).
transparency = 10
# 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
# Draw a line of "separator_height" pixel height between two
# notifications.
# Set to 0 to disable.
@ -123,10 +120,6 @@
# Define the class of the windows spawned by dunst
class = Dunst
startup_notification = false
verbosity = info
corner_radius = 0
### Legacy
@ -142,19 +135,6 @@
[experimental]
per_monitor_dpi = false
[shortcuts]
# Close notification.
close = mod4+m
# Close all notifications.
close_all = mod4+shift+m
# Redisplay last message(s).
history = mod4+shift+comma
# Context menu.
context = mod4+shift+period
[urgency_low]
background = "#222222"
foreground = "#888888"

View File

@ -61,6 +61,11 @@ bindsym $mod+Shift+c exec --no-startup-id vscode-project-list
bindsym $mod+period exec --no-startup-id rofimoji --action clipboard --no-frecency --files emojis emoticons math symbols_for_legacy_computing
bindsym $mod+Shift+w exec --no-startup-id website-link
# Notifications
bindsym $mod+m exec --no-startup-id dustctl close
bindsym $mod+Shift+m exec --no-startup-id dustctl close-all
bindsym $mod+Shift+comma exec --no-startup-id dustctl history-pop
bindsym $mod+Shift+period exec --no-startup-id dustctl context
# Screenshots
bindsym Print exec --no-startup-id flameshot gui