diff --git a/dotfiles/notifications.org b/dotfiles/notifications.org index 2ad213f..b9fa145 100644 --- a/dotfiles/notifications.org +++ b/dotfiles/notifications.org @@ -108,6 +108,7 @@ # Sort messages by urgency. sort = yes #+end_src + ** Text #+begin_src conf font = Hack Nerd Font 10 @@ -176,7 +177,6 @@ # Display indicators for URLs (U) and actions (A). show_indicators = yes - #+end_src ** Icons @@ -207,7 +207,7 @@ dmenu = /usr/bin/dmenu -p dunst: # Browser for opening urls in context menu. - browser = qutebrowser + browser = $BROWSER # Always run rule-defined scripts, even if the notification is suppressed always_run_script = true @@ -227,24 +227,10 @@ * Shortcuts #+BEGIN_SRC conf [shortcuts] - # Shortcuts are specified as [modifier+][modifier+]...key # Available modifiers are "ctrl", "mod1" (the alt-key), "mod2", # "mod3" and "mod4" (windows-key). - - # Close notification. close = mod1+space - - # 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 + history = mod1+Escape #+end_src * Urgency