config: Add parameter for notification timeout delay
This commit is contained in:
parent
77797f8caf
commit
635d4822b4
@ -1,6 +1,7 @@
|
||||
-- Default configuration file
|
||||
-- Copy to TBD to override values. This file will be overridden on update.
|
||||
local awful = require("awful")
|
||||
local naughty = require("naughty")
|
||||
|
||||
|
||||
local config = {}
|
||||
@ -32,4 +33,8 @@ config.windowSwitcher = "rofi -show window -config " .. awful.util.getdir("confi
|
||||
config.volume_osd_timeout = 2
|
||||
|
||||
|
||||
-- Awesome tweaks
|
||||
naughty.config.defaults.timeout = 15
|
||||
|
||||
|
||||
return config
|
||||
|
Loading…
Reference in New Issue
Block a user