summaryrefslogtreecommitdiffstats
path: root/dunst
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-03 21:42:27 +0100
committerGravatar Tom Willemse2013-11-03 21:42:27 +0100
commit3558131bc9f04820bdd4e40a831b4844062b8c4b (patch)
tree404ab852875e062e26dbd90a122f18a176ee73b1 /dunst
parentc1623b38c2a8ee582f204c837130a0e945e07e09 (diff)
downloaddotfiles-3558131bc9f04820bdd4e40a831b4844062b8c4b.tar.gz
dotfiles-3558131bc9f04820bdd4e40a831b4844062b8c4b.zip
Update dunst config
Diffstat (limited to 'dunst')
-rw-r--r--dunst/.config/dunst/dunstrc42
1 files changed, 39 insertions, 3 deletions
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc
index 76427ed..6611724 100644
--- a/dunst/.config/dunst/dunstrc
+++ b/dunst/.config/dunst/dunstrc
@@ -1,6 +1,16 @@
# -*- mode: conf-unix; -*-
[global]
- font = Monaco-12
+ font = "Liberation Mono-12"
+
+ # allow a small subset of html markup:
+ # <b>bold</b>
+ # <i>italic</i>
+ # <s>strikethrough<s/>
+ # <u>underline</u>
+ #
+ # for a complete reference see http://developer.gnome.org/pango/stable/PangoMarkupFormat.html
+ # If markup is not allowed, those tags will be stripped out of the message.
+ allow_markup = yes
# The format of the message. Possible variables are:
# %a appname
@@ -34,6 +44,9 @@
# split long notifications into multiple lines
word_wrap = yes
+ # ignore newlines '\n' in notifications
+ ignore_newline = no
+
# the geometry of the window
# geometry [{width}]x{height}][+/-{x}+/-{y}]
@@ -44,7 +57,10 @@
# 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.
- geometry = "0x3-30+20"
+ geometry = "300x5-30+20"
+
+ # Shrink window if it's smaller than the width. Will be ignored if width is 0.
+ shrink = no
# The transparency of the window. range: [0; 100]
# This option will only work if a compositing windowmanager is present (e.g. xcompmgr, compiz, etc..)
@@ -68,7 +84,7 @@
#
# If this option is set to mouse or keyboard, the monitor option will be
# ignored.
- follow = none
+ follow = keyboard
# should a notification popped up from history be sticky or
# timeout as if it would normally do.
@@ -83,11 +99,31 @@
# Set to 0 to disable
separator_height = 2;
+ # padding between text and separator
+ padding = 8
+
+ # horizontal padding
+ horizontal_padding = 8
+
# Define a color for the separator.
# This can either be "auto" or "foreground". "Auto" tries to find a color
# that fits nicely to the background color.
separator_color = auto
+ # 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 = /usr/bin/firefox -new-tab
+
+[frame]
+ width = 3
+ color = "#aaaaaa"
[shortcuts]
# shortcuts are specified as [modifier+][modifier+]...key