X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2F.config%2Fdunst%2Fdunstrc;h=e755489162b1534efc568e15cd50de30ac2be415;hb=479c4494318d10eb4cff43e39001ef4e630e39b9;hp=14f8a2db32b203e9ea9809ac33f3e96cd2f17c26;hpb=1add20130ffa16df88f83f744db829c8e0b19836;p=khome.git diff --git a/home/.config/dunst/dunstrc b/home/.config/dunst/dunstrc index 14f8a2d..e755489 100644 --- a/home/.config/dunst/dunstrc +++ b/home/.config/dunst/dunstrc @@ -38,7 +38,7 @@ # window allows bounces back and forth. # This option conflicts with "word_wrap". # Set to 0 to disable. - bounce_freq = 0 + #bounce_freq = 0 # Show age of message if message is older than show_age_threshold # seconds. @@ -55,6 +55,8 @@ # The geometry of the window: # [{width}]x{height}[+/-{x}+/-{y}] + # Default: + # "0x0+0-0" # 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 @@ -67,12 +69,15 @@ # screen width minus the width defined in within the geometry option. # 3840x2160 - #geometry = "600x80-0+60" - #font = Terminus 24 + #geometry = "0x10-5+35" + offset = 10x45 + width = (100, 2100) + height = 3000 + font = Iosevka 20 # 3440x1440 - geometry = "400x80-0+30" - font = Terminus 14 + #geometry = "400x80-0+30" + #font = Iosevka Fixed SS09 Extended 12 # Shrink window if it's smaller than the width. Will be ignored if # width is 0. @@ -141,13 +146,13 @@ # Print a notification on startup. # This is mainly for error detection, since dbus (re-)starts dunst # automatically after a crash. - startup_notification = true + #startup_notification = true # dmenu path. dmenu = /usr/bin/dmenu -p dunst: # Browser for opening urls in context menu. - browser = brave-browser + browser = firefox # Align icons left/right/off icon_position = off @@ -158,26 +163,26 @@ #icon_path = /usr/share/icons/breeze-dark/status/64 #icon_path = /usr/share/icons/oxygen/16x16/status/ -[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 = ctrl+space - - # Close all notifications. - close_all = ctrl+shift+space - - # Redisplay last message(s). - # On the US keyboard layout "grave" is normally above TAB and left - # of "1". - history = ctrl+grave - - # Context menu. - context = ctrl+shift+period +#[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 = ctrl+space +# +# # Close all notifications. +# close_all = ctrl+shift+space +# +# # Redisplay last message(s). +# # On the US keyboard layout "grave" is normally above TAB and left +# # of "1". +# history = ctrl+grave +# +# # Context menu. +# context = ctrl+shift+period [urgency_low] # IMPORTANT: colors have to be defined in quotation marks.