awesome/lib/naughty
Uli Schlachter fb151c3340 Remove some dead code in notification:reset_timeout()
This code is inside an "if new_timeout and [something else]". Thus, it
only executes when new_timeout is "truthy". Thus, "new_timeout or
[whatever]" will always evaluate to "new_timeout".

This commit removes that tiny bit of dead code.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2019-09-21 13:43:35 +02:00
..
container notification: Fix typos in signal names. 2019-07-09 01:23:11 -04:00
layout naughty: fix extra newline with only title/message (#2870) 2019-09-19 02:11:18 +02:00
list notification.action: Allow actions to be shared by multiple notification 2019-08-03 01:45:22 -04:00
widget naughty.widget.icon: Use `surface.load_silently`. 2019-08-03 01:45:22 -04:00
action.lua notification.action: Allow actions to be shared by multiple notification 2019-08-03 01:45:22 -04:00
constants.lua naughty: Add more default values. 2019-08-03 01:45:22 -04:00
core.lua naughty: Begin to deprecate the presets. 2019-08-03 01:45:22 -04:00
dbus.lua naughty: Expose 3 previously internal properties. 2019-08-03 01:45:22 -04:00
init.lua naughty: Fix a race condition which cause startup errors to be missed. 2019-08-03 01:45:22 -04:00
notification.lua Remove some dead code in notification:reset_timeout() 2019-09-21 13:43:35 +02:00