dunstrc: keybindings changed
This commit is contained in:
parent
28fddd060d
commit
3f8963bc74
1 changed files with 7 additions and 5 deletions
12
dunstrc
12
dunstrc
|
@ -89,6 +89,9 @@
|
||||||
# timeout as if it would normally do.
|
# timeout as if it would normally do.
|
||||||
sticky_history = yes
|
sticky_history = yes
|
||||||
|
|
||||||
|
# Display indicators for URLs (U) and actions (A).
|
||||||
|
show_indicators = yes
|
||||||
|
|
||||||
# The height of a single line. If the height is smaller than the font height,
|
# The height of a single line. If the height is smaller than the font height,
|
||||||
# it will get raised to the font height.
|
# it will get raised to the font height.
|
||||||
# This adds empty space above and under the text.
|
# This adds empty space above and under the text.
|
||||||
|
@ -134,17 +137,16 @@
|
||||||
# xev might be helpful to find names for keys
|
# xev might be helpful to find names for keys
|
||||||
|
|
||||||
# close notification
|
# close notification
|
||||||
close = ctrl+space
|
close = mod4+period
|
||||||
|
|
||||||
# close all notifications
|
# close all notifications
|
||||||
close_all = ctrl+shift+space
|
close_all = mod4+shift+period
|
||||||
|
|
||||||
# redisplay last message(s)
|
# redisplay last message(s)
|
||||||
# On the US keyboard layout 'grave' is normally above TAB and left of '1'.
|
history = mod4+comma
|
||||||
# history = ctrl+grave
|
|
||||||
|
|
||||||
# context menu
|
# context menu
|
||||||
context = ctrl+shift+minus
|
context = mod4+minus
|
||||||
|
|
||||||
[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 a new issue