Update dunstrc for 1.7
also add xinitrc flag to hook in keychain unlocking
This commit is contained in:
parent
ad91a1cbc4
commit
64bab6129d
2 changed files with 10 additions and 9 deletions
|
@ -1,5 +1,12 @@
|
||||||
[global]
|
[global]
|
||||||
geometry = "600x20"
|
font = "Sans 12"
|
||||||
|
origin = top-left
|
||||||
|
width = 600
|
||||||
|
height = 100
|
||||||
|
offset = 0x0
|
||||||
|
padding = 1
|
||||||
|
horizontal_padding = 1
|
||||||
|
notification_limit = 20
|
||||||
shrink = no
|
shrink = no
|
||||||
monitor = 1
|
monitor = 1
|
||||||
follow = none
|
follow = none
|
||||||
|
@ -24,7 +31,7 @@
|
||||||
format = "<b>%s</b>\n%b"
|
format = "<b>%s</b>\n%b"
|
||||||
|
|
||||||
show_age_threshold = 60
|
show_age_threshold = 60
|
||||||
word_wrap = no
|
word_wrap = true
|
||||||
ellipsize = end
|
ellipsize = end
|
||||||
ignore_newline = yes
|
ignore_newline = yes
|
||||||
stack_duplicates = false
|
stack_duplicates = false
|
||||||
|
@ -52,8 +59,6 @@
|
||||||
# Define the class of the windows spawned by dunst
|
# Define the class of the windows spawned by dunst
|
||||||
class = Dunst
|
class = Dunst
|
||||||
|
|
||||||
verbosity = mesg
|
|
||||||
|
|
||||||
corner_radius = 0
|
corner_radius = 0
|
||||||
|
|
||||||
# Ignore the dbus closeNotification message.
|
# Ignore the dbus closeNotification message.
|
||||||
|
@ -82,7 +87,3 @@ separator_color = "#f0f0f0"
|
||||||
foreground = "#c0c0c0"
|
foreground = "#c0c0c0"
|
||||||
|
|
||||||
# %%base16_template_end%%
|
# %%base16_template_end%%
|
||||||
|
|
||||||
[shortcuts]
|
|
||||||
history = ctrl+grave
|
|
||||||
context = ctrl+shift+grave
|
|
||||||
|
|
2
.xinitrc
2
.xinitrc
|
@ -1,4 +1,4 @@
|
||||||
barrier &
|
barrier &
|
||||||
dunst &
|
dunst &
|
||||||
nextcloud-client &
|
dbus-update-activation-environment --systemd DISPLAY &
|
||||||
exec i3
|
exec i3
|
||||||
|
|
Loading…
Add table
Reference in a new issue