From 2e74779e837d376e5524487ffa036579e50864b8 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Wed, 16 Dec 2020 13:06:13 -0700 Subject: Fix history keymap --- .config/dunst/dunstrc | 150 +++++++++++++++++++++++++------------------------- 1 file changed, 75 insertions(+), 75 deletions(-) (limited to '.config/dunst/dunstrc') diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index a8bd200..3b32ec3 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -1,97 +1,97 @@ # vim: ft=cfg [global] - monitor = 0 - follow = mouse - geometry = "300x5-30+20" - indicate_hidden = yes - shrink = yes - transparency = 0 - notification_height = 0 - separator_height = 2 - padding = 8 - horizontal_padding = 8 - frame_width = 2 - frame_color = "#aaaaaa" - separator_color = frame - sort = yes - idle_threshold = 120 - - ## Text. + monitor = 0 + follow = mouse + geometry = "300x5-30+20" + indicate_hidden = yes + shrink = yes + transparency = 0 + notification_height = 0 + separator_height = 2 + padding = 8 + horizontal_padding = 8 + frame_width = 2 + frame_color = "#aaaaaa" + separator_color = frame + sort = yes + idle_threshold = 120 + + ## Text font = Monospace 10 - line_height = 0 - markup = full - # %a appname - # %s summary - # %b body - # %i iconname (including its path) - # %I iconname (without its path) - # %p progress value if set ([ 0%] to [100%]) or nothing - # %n progress value if set without any extra characters - # %% Literal % - format = "%s\n%b" - alignment = left - show_age_threshold = 60 - word_wrap = yes - ellipsize = middle - ignore_newline = no - stack_duplicates = true - hide_duplicate_count = false - show_indicators = yes - + line_height = 0 + markup = full + # %a appname + # %s summary + # %b body + # %i iconname (including its path) + # %I iconname (without its path) + # %p progress value if set ([ 0%] to [100%]) or nothing + # %n progress value if set without any extra characters + # %% Literal % + format = "%s\n%b" + alignment = left + show_age_threshold = 60 + word_wrap = yes + ellipsize = middle + ignore_newline = no + stack_duplicates = true + hide_duplicate_count = false + show_indicators = yes + ## Icons. - icon_position = off - max_icon_size = 32 - icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ + icon_position = off + max_icon_size = 32 + icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/ - ## History. + ## History. sticky_history = yes - history_length = 20 + history_length = 20 ## Misc advanced. dmenu = /usr/bin/dmenu -p dunst: - browser = /usr/bin/firefox -new-tab - always_run_script = true - title = Dunst - class = Dunst - startup_notification = false - verbosity = mesg - corner_radius = 0 - - ### Legacy. - force_xinerama = false - - ## Mouse. - mouse_left_click = close_current - mouse_middle_click = do_action - mouse_right_click = close_all + browser = /usr/bin/firefox -new-tab + always_run_script = true + title = Dunst + class = Dunst + startup_notification = false + verbosity = mesg + corner_radius = 0 + + ### Legacy. + force_xinerama = false + + ## Mouse. + mouse_left_click = close_current + mouse_middle_click = do_action + mouse_right_click = close_all [experimental] - per_monitor_dpi = false + per_monitor_dpi = false [shortcuts] - close = ctrl+space - close_all = ctrl+shift+space - # history = ctrl+grave - context = ctrl+shift+period + close = ctrl+space + close_all = ctrl+shift+space + history = ctrl+comma + context = ctrl+period [urgency_low] - background = "#222222" - foreground = "#888888" - timeout = 10 - #icon = /path/to/icon + background = "#222222" + foreground = "#888888" + timeout = 10 + #icon = /path/to/icon [urgency_normal] - background = "#285577" - foreground = "#ffffff" - timeout = 10 - #icon = /path/to/icon + background = "#285577" + foreground = "#ffffff" + timeout = 10 + #icon = /path/to/icon [urgency_critical] - background = "#900000" - foreground = "#ffffff" - frame_color = "#ff0000" - timeout = 0 - #icon = /path/to/icon + background = "#900000" + foreground = "#ffffff" + frame_color = "#ff0000" + timeout = 0 + #icon = /path/to/icon # Disable the transient hint so that idle_threshold cannot be bypassed from the # client -- cgit v1.2.3-54-g00ecf