config: Add parameter for notification timeout delay

This commit is contained in:
Alice Gaudon 2019-08-11 23:05:12 +02:00
parent 77797f8caf
commit 635d4822b4
1 changed files with 5 additions and 0 deletions

View File

@ -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