Read more

Twinkle: Mark window as "demands attention" or show a text notification on incoming call

Tobias Kraze
December 10, 2012Software engineer at makandra GmbH

Mark window as "demands attention"

Install wmctrl through your package manager, i.e.

sudo apt-get install wmctrl
Illustration online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
Read more Show archive.org snapshot

Download the attached script and mark it as executable.

Then go to Edit -> User Profile -> Scripts and add the script for "call incoming".

Text notification

You can additionally get a notification bubble in your window manager, by adding

notify-send "Eingehender Anruf..."

to the script.

Posted by Tobias Kraze to makandra dev (2012-12-10 11:23)