summaryrefslogtreecommitdiff
path: root/config/X
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-13 02:04:37 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-13 02:04:37 +0200
commit1453494eac13636b5524c9b21843c9b21a761e35 (patch)
treeea3eef284e2486aa361f37f987d42b535732df63 /config/X
parentf7e3dc17c1692c8099ca4b80814db49d9da2c74c (diff)
[dunstrc] align right and set misc options
added offset to the right as well, decreased the line height, increased the gap size and increased the font size. Set the indicator option to true because this is more clear. Also set the stack duplicates to true.
Diffstat (limited to 'config/X')
-rw-r--r--config/X/dunst/dunstrc14
1 files changed, 7 insertions, 7 deletions
diff --git a/config/X/dunst/dunstrc b/config/X/dunst/dunstrc
index 28fa68e..6127474 100644
--- a/config/X/dunst/dunstrc
+++ b/config/X/dunst/dunstrc
@@ -30,10 +30,10 @@
height = 80
# Position the notification in the top right corner
- origin = top-center
+ origin = right
# Offset from the origin
- offset = 0x10
+ offset = 10x10
# Scale factor. It is auto-detected if value is 0.
scale = 0
@@ -96,7 +96,7 @@
# If value is greater than 0, separator_height will be ignored and a border
# of size frame_width will be drawn around each notification instead.
# Click events on gaps do not currently propagate to applications below.
- gap_size = 2
+ gap_size = 4
# Define a color for the separator.
# possible values are:
@@ -118,11 +118,11 @@
### Text ###
- font = mononoki nerd font mono 10
+ font = mononoki nerd font mono 11
# The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height.
- line_height = 11
+ line_height = 7
# Possible values are:
# full: Allow a small subset of html markup in notifications:
@@ -181,13 +181,13 @@
ignore_newline = no
# Stack together notifications with the same content
- stack_duplicates = false
+ stack_duplicates = true
# Hide the count of stacked notifications with the same content
hide_duplicate_count = false
# Display indicators for URLs (U) and actions (A).
- show_indicators = no
+ show_indicators = yes
### Icons ###