Add alt+esc to see notification history

This commit is contained in:
Thomas Dehaeze 2020-04-10 17:36:33 +02:00
parent b386a04548
commit 8e4fc7a6d8

View File

@ -108,6 +108,7 @@
# Sort messages by urgency. # Sort messages by urgency.
sort = yes sort = yes
#+end_src #+end_src
** Text ** Text
#+begin_src conf #+begin_src conf
font = Hack Nerd Font 10 font = Hack Nerd Font 10
@ -176,7 +177,6 @@
# Display indicators for URLs (U) and actions (A). # Display indicators for URLs (U) and actions (A).
show_indicators = yes show_indicators = yes
#+end_src #+end_src
** Icons ** Icons
@ -207,7 +207,7 @@
dmenu = /usr/bin/dmenu -p dunst: dmenu = /usr/bin/dmenu -p dunst:
# Browser for opening urls in context menu. # Browser for opening urls in context menu.
browser = qutebrowser browser = $BROWSER
# Always run rule-defined scripts, even if the notification is suppressed # Always run rule-defined scripts, even if the notification is suppressed
always_run_script = true always_run_script = true
@ -227,24 +227,10 @@
* Shortcuts * Shortcuts
#+BEGIN_SRC conf #+BEGIN_SRC conf
[shortcuts] [shortcuts]
# Shortcuts are specified as [modifier+][modifier+]...key
# Available modifiers are "ctrl", "mod1" (the alt-key), "mod2", # Available modifiers are "ctrl", "mod1" (the alt-key), "mod2",
# "mod3" and "mod4" (windows-key). # "mod3" and "mod4" (windows-key).
# Close notification.
close = mod1+space close = mod1+space
history = mod1+Escape
# Close all notifications.
# close_all = mod1+shift+space
# Redisplay last message(s).
# On the US keyboard layout "grave" is normally above TAB and left
# of "1". Make sure this key actually exists on your keyboard layout,
# e.g. check output of 'xmodmap -pke'
history = mod1+grave
# Context menu.
context = mod1+shift+period
#+end_src #+end_src
* Urgency * Urgency