diff options
author | Shubham Saini <pryr@pryr.xyz> | 2021-11-13 23:55:15 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2021-11-13 23:55:15 +0000 |
commit | a64bd9cadcdcaeddafa2a4be33be9fa70435dd9a (patch) | |
tree | 54ab33aabb47c41ea84b8fdc409d194ccac68108 /dunst | |
parent | bf85d6ce53eb91ca0a6e0a43d564beec01bc879b (diff) |
fixed dunst shortcuts/geometry
Diffstat (limited to 'dunst')
-rwxr-xr-x | dunst/.config/dunst/dunstrc | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index 2e0afd5..228eea9 100755 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc | |||
@@ -1,12 +1,14 @@ | |||
1 | [global] | 1 | [global] |
2 | # Make the width 3740 (3840 - 100), have 50 left margin and 95 above | 2 | # Make the width 3740 (3840 - 100), have 50 left margin and 95 above |
3 | geometry = "350x5-10+25" | 3 | #geometry = "350x5-10+25" |
4 | width = 330 | ||
5 | height = 60 | ||
6 | offset = 10x35 | ||
4 | monitor = 0 | 7 | monitor = 0 |
5 | follow = keyboard | 8 | follow = keyboard |
6 | indicate_hidden = yes | 9 | indicate_hidden = yes |
7 | shrink = yes | 10 | shrink = yes |
8 | transparency = 0 | 11 | transparency = 0 |
9 | notification_height = 0 | ||
10 | # Show multiple notifications in the same box | 12 | # Show multiple notifications in the same box |
11 | separator_height = 2 | 13 | separator_height = 2 |
12 | separator_color = frame | 14 | separator_color = frame |
@@ -27,7 +29,7 @@ | |||
27 | idle_threshold = 120 | 29 | idle_threshold = 120 |
28 | 30 | ||
29 | # Font and typography settings | 31 | # Font and typography settings |
30 | icon_path = /home/x/.icons/Blue-Maia/status/:/home/x/.icons/Blue-Maia/status/devices/:/home/x/.icons/Blue-Maia/status/apps | 32 | # icon_path = /home/x/.icons/Blue-Maia/status/:/home/x/.icons/Blue-Maia/status/devices/:/home/x/.icons/Blue-Maia/status/apps |
31 | font = Input Mono 10 | 33 | font = Input Mono 10 |
32 | alignment = center | 34 | alignment = center |
33 | show_age_threshold = 60 | 35 | show_age_threshold = 60 |
@@ -48,7 +50,7 @@ | |||
48 | 50 | ||
49 | title = Dunst | 51 | title = Dunst |
50 | class = Dunst | 52 | class = Dunst |
51 | startup_notification = false | 53 | # startup_notification = false |
52 | force_xinerama = false | 54 | force_xinerama = false |
53 | word_wrap = yes | 55 | word_wrap = yes |
54 | 56 | ||
@@ -59,12 +61,6 @@ | |||
59 | # Allow some HTML tags like <i> and <u> in notifications | 61 | # Allow some HTML tags like <i> and <u> in notifications |
60 | markup = full | 62 | markup = full |
61 | 63 | ||
62 | # These are the keybindings used to control dunst notifications | ||
63 | [shortcuts] | ||
64 | close = ctrl+space | ||
65 | close_all = ctrl+shift+space | ||
66 | history = ctrl+grave | ||
67 | |||
68 | # Set the background and foreground (text) color for all notifications | 64 | # Set the background and foreground (text) color for all notifications |
69 | [urgency_low] | 65 | [urgency_low] |
70 | background = "#101010" | 66 | background = "#101010" |