Browse Source

Strip rest of original comments

Configuration seems to be OK as is now.
Alois Mahdal 9 years ago
parent
commit
b00a46fe31
1 changed files with 0 additions and 43 deletions
  1. 0
    43
      dotfiles.config/dunst/dunstrc

+ 0
- 43
dotfiles.config/dunst/dunstrc View File

@@ -9,61 +9,18 @@
9 9
     show_age_threshold = 60
10 10
     word_wrap = yes
11 11
     ignore_newline = no
12
-
13
-
14
-    # the geometry of the window
15
-    # geometry [{width}]x{height}][+/-{x}+/-{y}]
16
-    # The geometry of the message window.
17
-    # The height is measured in number of notifications everything else in pixels. If the width
18
-    # is omitted but the height is given ("-geometry x2"), the message window
19
-    # expands over the whole screen (dmenu-like). If width is 0,
20
-    # the window expands to the longest message displayed.
21
-    # A positive x is measured from the left, a negative from the
22
-    # right side of the screen.  Y is measured from the top and down respectevly.
23
-    # The width can be negative. In this case the actual width is the
24
-    # screen width minus the width defined in within the geometry option.
25 12
     geometry = "300x5-30+20"
26
-
27 13
     idle_threshold = 120
28
-
29
-    # Which monitor should the notifications be displayed on.
30 14
     monitor = 0
31
-
32
-    # Display notification on focused monitor. Possible modes are:
33
-    # mouse: follow mouse pointer
34
-    # keyboard: follow window with keyboard focus
35
-    # none: don't follow anything
36
-    #
37
-    # "keyboard" needs a windowmanager that exports the _NET_ACTIVE_WINDOW property.
38
-    # This should be the case for almost all modern windowmanagers.
39
-    #
40
-    # If this option is set to mouse or keyboard, the monitor option will be
41
-    # ignored.
42 15
     follow = mouse
43
-
44 16
     sticky_history = yes
45 17
     line_height = 0
46 18
     separator_height = 2
47 19
     padding = 8
48 20
     horizontal_padding = 8
49
-
50
-    # Define a color for the separator.
51
-    # possible values are:
52
-    #  * auto: dunst tries to find a color fitting to the background
53
-    #  * foreground: use the same color as the foreground
54
-    #  * frame: use the same color as the frame.
55
-    #  * anything else will be interpreted as a X color
56 21
     separator_color = frame
57
-
58
-    # print a notification on startup
59
-    # This is mainly for error detection, since dbus (re-)starts dunst
60
-    # automatically after a crash.
61 22
     startup_notification = true
62
-
63
-    # dmenu path
64 23
     dmenu = /usr/bin/dmenu -p dunst:
65
-
66
-    # browser for opening urls in context menu
67 24
     browser = ub
68 25
 
69 26
 [frame]