Change keys for controlling dunst
This commit is contained in:
parent
33dec5f90c
commit
6c1fef110b
|
@ -74,10 +74,11 @@ home.file.dunst = {
|
||||||
per_monitor_dpi = false
|
per_monitor_dpi = false
|
||||||
|
|
||||||
[shortcuts]
|
[shortcuts]
|
||||||
close = ctrl+space
|
# Needs to change to alt/super
|
||||||
close_all = ctrl+shift+space
|
close = mod1+space
|
||||||
history = ctrl+bar
|
close_all = mod1+shift+space
|
||||||
context = ctrl+shift+period
|
history = mod1+bar
|
||||||
|
context = mod1+period
|
||||||
|
|
||||||
[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