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 book lover

Growing Rails Applications in Practice

Check out our e-book. Learn to structure large Ruby on Rails codebases with the tools you already know and love.

  • Introduce design conventions for controllers and user-facing models
  • Create a system for growth
  • Build applications to last
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)