summaryrefslogtreecommitdiffstats
path: root/core/modules/dunst/data/etc/xdg/dunst/dunstrc
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/dunst/data/etc/xdg/dunst/dunstrc')
-rw-r--r--core/modules/dunst/data/etc/xdg/dunst/dunstrc56
1 files changed, 56 insertions, 0 deletions
diff --git a/core/modules/dunst/data/etc/xdg/dunst/dunstrc b/core/modules/dunst/data/etc/xdg/dunst/dunstrc
new file mode 100644
index 00000000..a9f661cb
--- /dev/null
+++ b/core/modules/dunst/data/etc/xdg/dunst/dunstrc
@@ -0,0 +1,56 @@
+[global]
+ font = DejaVu-Sans 10
+ allow_markup = yes
+ plain_text = no
+ format = " <b>%s</b>\n%b"
+ sort = yes
+ indicate_hidden = yes
+ alignment = left
+ bounce_freq = 0
+ show_age_threshold = 60
+ word_wrap = yes
+ ignore_newline = no
+ geometry = "320x5-30+20"
+ shrink = no
+ transparency = 0
+ idle_threshold = 120
+ monitor = 0
+ follow = mouse
+ sticky_history = yes
+ history_length = 20
+ show_indicators = yes
+ line_height = 0
+ notification_height = 0
+ separator_height = 2
+ padding = 8
+ horizontal_padding = 8
+ separator_color = frame
+ startup_notification = false
+ icon_position = left
+ icon_folders = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
+
+[frame]
+ width = 2
+ color = "#bbbbbb"
+
+[shortcuts]
+ close = ctrl+mod1+mod4+space
+ close_all = ctrl+mod1+mod4+shift+space
+ history = ctrl+mod1+mod4+grave
+ context = ctrl+mod1+mod4+shift+period
+
+[urgency_low]
+ background = "#222222"
+ foreground = "#dddddd"
+ timeout = 15
+
+[urgency_normal]
+ background = "#184567"
+ foreground = "#ffffff"
+ timeout = 15
+
+[urgency_critical]
+ background = "#c00000"
+ foreground = "#ffff00"
+ timeout = 0
+