Change context keybinding to take action (Dunst)
parent
cfcc127c12
commit
534c9e5e4a
|
@ -15,7 +15,7 @@
|
||||||
#
|
#
|
||||||
# If this option is set to mouse or keyboard, the monitor option
|
# If this option is set to mouse or keyboard, the monitor option
|
||||||
# will be ignored.
|
# will be ignored.
|
||||||
follow = mouse
|
follow = none
|
||||||
|
|
||||||
# The geometry of the window:
|
# The geometry of the window:
|
||||||
# [{width}]x{height}[+/-{x}+/-{y}]
|
# [{width}]x{height}[+/-{x}+/-{y}]
|
||||||
|
@ -174,7 +174,7 @@
|
||||||
sticky_history = yes
|
sticky_history = yes
|
||||||
|
|
||||||
# Maximum amount of notifications kept in history
|
# Maximum amount of notifications kept in history
|
||||||
history_length = 20
|
history_length = 100
|
||||||
|
|
||||||
### Misc/Advanced ###
|
### Misc/Advanced ###
|
||||||
|
|
||||||
|
@ -240,7 +240,7 @@
|
||||||
history = ctrl+mod1+space
|
history = ctrl+mod1+space
|
||||||
|
|
||||||
# Context menu.
|
# Context menu.
|
||||||
context = ctrl+mod1+period
|
context = ctrl+mod1+enter
|
||||||
|
|
||||||
[urgency_low]
|
[urgency_low]
|
||||||
# IMPORTANT: colors have to be defined in quotation marks.
|
# IMPORTANT: colors have to be defined in quotation marks.
|
||||||
|
|
Loading…
Reference in New Issue