-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.example
64 lines (47 loc) · 1.36 KB
/
config.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
; IQ Notifier config
;
; 'enabled' is false by default everywhere
[theme]
theme_name = default
[popup_notifications]
; you can disable floating notifications
enabled = true
close_all_by_right_click = true
close_visible_by_middle_click = true
close_by_left_click = false
; spacing between notifications
spacing = 5
; margins between screen borders and notification area
global_margins = 0,20,20,0
; you should set both width and height to see changes
width = 400
height = 132
; you should set both width and height to see changes
extra_window_width = 400
extra_window_height = 32
;;;; next X11 only
; when set, IQ Notifier will try to detect fullscreen windows on current desktop
; and will not show popups in this case
; disabled by default
dont_show_when_fullscreen_current_desktop = false
; don't show popups if any fullscreen windows found
; for wms which not support '_NET_WM_DESKTOP' such as old i3wm (from defaultUbuntu repo)
; disabled by default
dont_show_when_fullscreen_any = false
[history]
enabled = true
;;;;;;;;;; modifiers ;;;;;;;;;;
[default_timeout]
; be careful disabling this modifier!
enabled = true
; 0 for default (3500)
;default_timeout = 1000
; try to find app icon when title is same as application name
[title_to_icon]
enabled = true
[body_to_title_when_title_is_app_name]
enabled = true
[replace_minus_to_dash]
enabled = true
title = true
body = false