summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2021-06-30 13:37:55 +0200
committerDave Davenport <qball@gmpclient.org>2021-06-30 13:38:20 +0200
commitc1cd4540a44b17409933148bb22e98db38a41306 (patch)
tree37237814560c613ab6ca1c1afb02189ca8a63b0b
parentc9701b2a9199ef7fe3348246232399449ca9416b (diff)
[View] User-timeout: reset timeout on action
-rw-r--r--source/view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/view.c b/source/view.c
index 656a4817..479c5254 100644
--- a/source/view.c
+++ b/source/view.c
@@ -1513,6 +1513,7 @@ static void rofi_view_trigger_global_action ( KeyBindingAction action )
gboolean rofi_view_trigger_action ( RofiViewState *state, BindingsScope scope, guint action )
{
+ rofi_view_set_user_timeout ( NULL );
switch ( scope )
{
case SCOPE_GLOBAL: