Upgrade dunst config file for 1.7.0
This commit is contained in:
parent
e595851727
commit
649b66d0e9
2 changed files with 8 additions and 23 deletions
|
@ -6,7 +6,9 @@
|
||||||
|
|
||||||
follow = none
|
follow = none
|
||||||
|
|
||||||
geometry = "500x5+20+20"
|
width = (0, 300)
|
||||||
|
origin = top-left
|
||||||
|
offset = 10x25
|
||||||
|
|
||||||
# Show how many messages are currently hidden (because of geometry).
|
# Show how many messages are currently hidden (because of geometry).
|
||||||
indicate_hidden = yes
|
indicate_hidden = yes
|
||||||
|
@ -20,11 +22,6 @@
|
||||||
# present (e.g. xcompmgr, compiz, etc.).
|
# present (e.g. xcompmgr, compiz, etc.).
|
||||||
transparency = 10
|
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
|
# Draw a line of "separator_height" pixel height between two
|
||||||
# notifications.
|
# notifications.
|
||||||
# Set to 0 to disable.
|
# Set to 0 to disable.
|
||||||
|
@ -123,10 +120,6 @@
|
||||||
# Define the class of the windows spawned by dunst
|
# Define the class of the windows spawned by dunst
|
||||||
class = Dunst
|
class = Dunst
|
||||||
|
|
||||||
startup_notification = false
|
|
||||||
|
|
||||||
verbosity = info
|
|
||||||
|
|
||||||
corner_radius = 0
|
corner_radius = 0
|
||||||
|
|
||||||
### Legacy
|
### Legacy
|
||||||
|
@ -142,19 +135,6 @@
|
||||||
[experimental]
|
[experimental]
|
||||||
per_monitor_dpi = false
|
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]
|
[urgency_low]
|
||||||
background = "#222222"
|
background = "#222222"
|
||||||
foreground = "#888888"
|
foreground = "#888888"
|
||||||
|
|
|
@ -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+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
|
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
|
# Screenshots
|
||||||
bindsym Print exec --no-startup-id flameshot gui
|
bindsym Print exec --no-startup-id flameshot gui
|
||||||
|
|
Loading…
Reference in a new issue