mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-08 09:14:21 +02:00
debug: increase hover timeout
Hover timeout is triggered even when the mouse is already inside the surface. This is quite problematic. We increase it in the meantime.
This commit is contained in:
parent
7b1de40744
commit
04dfe644d7
1 changed files with 1 additions and 1 deletions
|
@ -99,6 +99,6 @@ function dbg(...)
|
||||||
|
|
||||||
-- Display only if we don't have only clients to be displayed
|
-- Display only if we don't have only clients to be displayed
|
||||||
if clients ~= num then
|
if clients ~= num then
|
||||||
naughty.notify{ text = text, timeout = 0, hover_timeout = 0.05, screen = screen.count() }
|
naughty.notify{ text = text, timeout = 0, hover_timeout = 2, screen = screen.count() }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue