gijsbers
gijsbers
Try `icesh restore` instead of `icesh urgent`. The former turns it off, the latter on. Check `FocusRequestFlashInterval` and `FocusRequestFlashTime`. `icewm -p | grep RequestFlash`. Set the latter to 0. Run...
Also set `FocusOnAppRaise = 0`.
Can you start from the default configuration? If you use `~/.icewm`, then just rename it to `~/icewm-backup`.
> The urgency hint bit is set What sets that bit?
It is the responsibility of the application according to section 4.1.2.4 of http://www.x.org/docs/ICCCM/icccm.pdf: `Clients must provide some means by which the user can cause the UrgencyHint flag to be set...
Lxterminal never turns the urgency flag off. That is clearly a bug in lxterminal.
Changes 2dadb9b3388078c6c38a0d2968d615f9a6e20948 and f59682cc732c4060811175c9191b11e36e4cc3d4 let icesh and icewm increase control of the urgency flag.
The question now is, is this a desirable feature or not? Nowhere in the ICCCM spec does it say that a WM should clear this flag. Lxterminal may be the...
Thanks! Urxvt has this cool option, which is spot on! ``` urgentOnBell: boolean True: set the urgency hint for the wm on receipt of a bell character. False: do not...
What version of sakura is that? My tests went fine and the source code of sakura looks good too.