Update dunstrc for newest dunst and horlamca
authorSiraaj Khandkar <siraaj@khandkar.net>
Mon, 1 Aug 2022 14:46:53 +0000 (10:46 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Mon, 1 Aug 2022 14:46:53 +0000 (10:46 -0400)
home/.config/dunst/dunstrc

index 7d0d340..e755489 100644 (file)
@@ -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.
 
     # 3840x2160
     #geometry = "0x10-5+35"
+    offset = 10x45
     width = (100, 2100)
-    height = 1024
-    font = Iosevka 11
+    height = 3000
+    font = Iosevka 20
 
     # 3440x1440
     #geometry = "400x80-0+30"
     # 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:
     #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.
This page took 0.020691 seconds and 4 git commands to generate.