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

mouse cursor remains 'waiting' after closing last tile

asked 2012-06-13 09:11:23 +0000

anonymous user

Anonymous

when I start i3 wm, or close the last tile on a workspace, the mouse cursor remains in a 'waiting' state. how to avoid this? (ubuntu 12.04)

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
3

answered 2012-06-13 10:44:50 +0000

Michael gravatar image

This is due to startup notifications which are still running for some application. After 1 minute, the startup notification will time out.

To avoid this, use applications which support startup-notification (basically everything which is GTK/Qt, but also urxvt, …). If your application does not support it, start it using exec --no-startup-id, for example:

bindsym $mod+x exec --no-startup-id xterm

Note that this is not the default because you lose some functionality without startup notifications:

  1. Your cursor will no longer indicate that an application is starting.
  2. i3 will not be able to place the corresponding window on the same workspace on which the application was started.
edit flag offensive delete link more

Comments

thanks! confirming that the waiting state indeed times out after a minute, and that --no-startup-id xterm works.

srepmub gravatar imagesrepmub ( 2012-06-15 08:23:38 +0000 )edit

Question Tools

1 follower

Stats

Asked: 2012-06-13 09:11:23 +0000

Seen: 3,554 times

Last updated: Jun 13 '12