From e3679c6f92a274fcdec6ddf543d66aa6049dc358 Mon Sep 17 00:00:00 2001 From: Himanshu Shekhar <himanshub16@users.noreply.github.com> Date: Sat, 3 Mar 2018 08:59:43 +0530 Subject: [PATCH] add faq for rofi not getting focus on launch --- Home.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Home.md b/Home.md index 005937d..eb5fc95 100644 --- a/Home.md +++ b/Home.md @@ -234,6 +234,8 @@ You can still apply the patch manually though: wget 'https://patch-diff.githubusercontent.com/raw/i3/i3/pull/2265.patch' sudo patch -p0 /usr/bin/i3-dmenu-desktop < 2265.patch ``` +### `rofi` does not get focus on launch. +`rofi` has an [issue](#431) in X which requires mouse to be moved over it to gain focus after launch. This is planned to be removed in Wayland port (see [upstream discussion](https://github.com/DaveDavenport/rofi/issues/431)). ### My favorite application isn't displayed right, how can I fix this?