diff options
author | Marvin Borner | 2022-05-31 14:17:19 +0200 |
---|---|---|
committer | Marvin Borner | 2022-05-31 14:17:19 +0200 |
commit | b8be82d9113dd0fec9021aa573039cc64dbd849a (patch) | |
tree | 0694d21e5ba03e843dc6f03d1c5b1ed033123875 /.config/dunst/dunstrc | |
parent | 272cc6e941d798d7270fcf74a98f592ef06e14ac (diff) |
Clean
Diffstat (limited to '.config/dunst/dunstrc')
-rw-r--r-- | .config/dunst/dunstrc | 90 |
1 files changed, 0 insertions, 90 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc deleted file mode 100644 index 5892fcd..0000000 --- a/.config/dunst/dunstrc +++ /dev/null @@ -1,90 +0,0 @@ -[global] - ### Display ### - monitor = 0 - follow = none - geometry = "330x50-10+44" - indicate_hidden = yes - shrink = no - transparency = 0 - notification_height = 0 - separator_height = 0 - padding = 15 - horizontal_padding = 15 - frame_width = 1 - frame_color = "{color2}" - separator_color = frame - sort = yes - idle_threshold = 120 - - ### Text ### - - font = Iosevka 9 - line_height = 0 - markup = full - format = "<b>%s</b>\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 = left - max_icon_size = 45 - icon_path = /usr/share/icons/Papirus-Dark/16x16/status:/usr/share/icons/Papirus-Dark/16x16/devices:/usr/share/icons/Papirus-Dark/16x16/actions - - ### History ### - - sticky_history = yes - history_length = 20 - - ### Misc/Advanced ### - - browser = /usr/bin/google-chrome-stable -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 - -[shortcuts] - close = ctrl+space - close_all = ctrl+shift+space - history = ctrl+grave - context = ctrl+shift+period - -[urgency_low] - timeout = 5 - background = "#282c34" - foreground = "#abb2bf" - frame_color = "#3e4451" - -[urgency_normal] - timeout = 5 - background = "#282c34" - foreground = "#abb2bf" - frame_color = "#3e4451" - -[urgency_critical] - timeout = 5 - background = "#282c34" - foreground = "#abb2bf" - frame_color = "#3e4451" |