Merge pull request #771 from iFreilicht/patch-1

Remove deprecated shortcuts section
This commit is contained in:
Nikos Tsipinakis 2020-11-07 20:54:43 +02:00 committed by GitHub
commit 62ce907ecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

27
dunstrc
View File

@ -267,6 +267,10 @@
# where there are multiple screens with very different dpi values. # where there are multiple screens with very different dpi values.
per_monitor_dpi = false per_monitor_dpi = false
# The internal keyboard shortcut support in dunst is now considered deprecated
# and should be replaced by dunstctl calls. You can use the configuration of your
# WM or DE to bind these to shortcuts of your choice.
# Check the dunstctl manual page for more info.
[shortcuts] [shortcuts]
# Shortcuts are specified as [modifier+][modifier+]...key # Shortcuts are specified as [modifier+][modifier+]...key
@ -274,20 +278,21 @@
# "mod3" and "mod4" (windows-key). # "mod3" and "mod4" (windows-key).
# Xev might be helpful to find names for keys. # Xev might be helpful to find names for keys.
# Close notification. # Close notification. Equivalent dunstctl command:
close = ctrl+space # dunstctl close
# close = ctrl+space
# Close all notifications. # Close all notifications. Equivalent dunstctl command:
close_all = ctrl+shift+space # dunstctl close-all
# close_all = ctrl+shift+space
# Redisplay last message(s). # Redisplay last message(s). Equivalent dunstctl command:
# On the US keyboard layout "grave" is normally above TAB and left # dunstctl history-pop
# of "1". Make sure this key actually exists on your keyboard layout, # history = ctrl+grave
# e.g. check output of 'xmodmap -pke'
history = ctrl+grave
# Context menu. # Context menu. Equivalent dunstctl command:
context = ctrl+shift+period # dunstctl context
# context = ctrl+shift+period
[urgency_low] [urgency_low]
# IMPORTANT: colors have to be defined in quotation marks. # IMPORTANT: colors have to be defined in quotation marks.