From 9ebf91e892cbafbf03d09f3adca652db181d1587 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Mon, 5 Aug 2024 19:30:47 -0400 Subject: Wayland migration (first of many) --- .config/dunst/dunstrc | 44 ++++++-------------------------------------- 1 file changed, 6 insertions(+), 38 deletions(-) (limited to '.config/dunst/dunstrc') diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index b38e994..ca6c477 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -2,8 +2,7 @@ frame_width = 0 frame_color = "#788388" - Font = Brutalist Mono 14 - + font = Sans 8 # Allow a small subset of html markup: # bold # italic @@ -14,7 +13,7 @@ # . # If markup is not allowed, those tags will be stripped out of the # message. - markup = yes + markup = full # The format of the message. Possible variables are: # %a appname @@ -36,13 +35,6 @@ # Possible values are "left", "center" and "right". alignment = left - # The frequency with wich text that is longer than the notification - # window allows bounces back and forth. - # This option conflicts with "word_wrap". - # Set to 0 to disable. - bounce_freq = 5 - - # Show age of message if message is older than show_age_threshold # seconds. # Set to -1 to disable. @@ -56,26 +48,14 @@ ignore_newline = no - # The geometry of the window: - # [{width}]x{height}[+/-{x}+/-{y}] - # The geometry of the message window. - # The height is measured in number of notifications everything else - # in pixels. If the width is omitted but the height is given - # ("-geometry x2"), the message window expands over the whole screen - # (dmenu-like). If width is 0, the window expands to the longest - # message displayed. A positive x is measured from the left, a - # negative from the right side of the screen. Y is measured from - # the top and down respectevly. - # The width can be negative. In this case the actual width is the - # screen width minus the width defined in within the geometry option. - geometry = "0x4-25-25" - # Define the corner radius of the notification window # in pixel size. If the radius is 0, you have no rounded # corners. # The radius will be automatically lowered if it exceeds half of the # notification height to avoid clipping text and/or icons. corner_radius=5 + origin=bottom-right + offset=5 # Shrink window if it's smaller than the width. Will be ignored if # width is 0. @@ -84,7 +64,7 @@ # The transparency of the window. Range: [0; 100]. # This option will only work if a compositing windowmanager is # present (e.g. xcompmgr, compiz, etc.). - transparency = 0 + transparency = 80 # Don't remove messages, if the user is idle (no mouse or keyboard input) # for longer than idle_threshold seconds. @@ -144,16 +124,11 @@ separator_color = auto # separator_color = #263238 - # Print a notification on startup. - # This is mainly for error detection, since dbus (re-)starts dunst - # automatically after a crash. - startup_notification = false - # dmenu path. dmenu = /usr/bin/dmenu -p dunst: # Browser for opening urls in context menu. - browser = firefox + browser = firefox-bin # Align icons left/right/off icon_position = right @@ -164,13 +139,6 @@ # Limit icons size. max_icon_size=100 -[shortcuts] - - # Shortcuts are specified as [modifier+][modifier+]...key - # Available modifiers are "ctrl", "mod1" (the alt-key), "mod2", - # "mod3" and "mod4" (windows-key). - # Xev might be helpful to find names for keys. - # Close notification. close = mod1+space -- cgit v1.2.3