mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-26 23:34:57 +08:00
Fix notification border width not being applied
This commit is contained in:
parent
0b507ec076
commit
85e827d213
1 changed files with 1 additions and 3 deletions
|
|
@ -7,15 +7,13 @@ local notifications = {}
|
|||
-- Notification settings
|
||||
-- Icon size
|
||||
-- naughty.config.defaults['icon_size'] = beautiful.notification_icon_size
|
||||
naughty.config.defaults['border_width'] = beautiful.notification_border_width
|
||||
|
||||
-- Timeouts
|
||||
naughty.config.defaults.timeout = 5
|
||||
naughty.config.presets.low.timeout = 2
|
||||
naughty.config.presets.critical.timeout = 12
|
||||
|
||||
-- Icon size
|
||||
-- naughty.config.defaults['icon_size'] = beautiful.notification_icon_size
|
||||
|
||||
-- >> Notify DWIM (Do What I Mean):
|
||||
-- Create or update notification automagically. Requires storing the
|
||||
-- notification in a variable.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue