diff --git a/.config/quickshell/modules/overview/SearchWidget.qml b/.config/quickshell/modules/overview/SearchWidget.qml index 016b82047..351d9fb29 100644 --- a/.config/quickshell/modules/overview/SearchWidget.qml +++ b/.config/quickshell/modules/overview/SearchWidget.qml @@ -268,6 +268,7 @@ Item { // Wrapper bottomMargin: 10 spacing: 2 KeyNavigation.up: searchBar + highlightMoveDuration : 100 onFocusChanged: { if(focus) appResults.currentIndex = 1;