Change context keybinding to take action (Dunst)

master
Quentin Duchemin 2019-11-04 15:46:47 +01:00
parent cfcc127c12
commit 534c9e5e4a
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
2 changed files with 7 additions and 7 deletions

View File

@ -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.