The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
1

Wait cursor remains after dismissing menu

asked 2015-02-01 20:40:12 +0000

anonymous user

Anonymous

Press Mod+D to summon the program menu. Cursor changes to 'wait' mode. Then press ESC to dismiss it. Cursor remains in 'wait' mode.

Not sure this is the same as answered elsewhere where --no-startup-id is used. Is there a global way to disable the wait cursor- I find it distracting when I launch the menu is I don't use the mouse much and it sort of pops out.

edit retag flag offensive close merge delete

2 answers

Sort by » oldest newest most voted
0

answered 2015-02-07 11:52:51 +0000

dan gravatar image

Adding --no-startup-id to the dmenu launcher gives me the behaviour I want, e.g.

bindsym $mod+d exec --no-startup-id dmenu_run
edit flag offensive delete link more
0

answered 2015-02-01 21:04:13 +0000

Michael gravatar image

Yes, this is the same behavior. dmenu itself is not startup-id aware, but that’s okay for the case where an application is started, because the application itself will tell i3 when it’s ready.

When you do not start an application, nobody tells i3 that the startup process is done, so you’ll see the wait cursor until it times out (after 1 minute).

There is no global switch, as this feature really should work and the applications should be fixed to be made startup-id aware. Therefore, we don’t want to encourage turning off a useful feature.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2015-02-01 20:40:12 +0000

Seen: 471 times

Last updated: Feb 07