1

I want to ask is there any chance to create your own notification window, you know when you click hotkey from your keyboard and you are in-game, it will pops out for example text. You guys have any idea?

muru
  • 197,895
  • 55
  • 485
  • 740
HeicPy
  • 11
  • 2

1 Answers1

1

Use xmessage. Just run the following in a terminal emulator (Ctrl+Alt+T):

xmessage here_comes_your_message

A notification window will pop up.

Eduardo Cola
  • 5,817
  • its just message, and you cant get this in-game or in full screen application – HeicPy Jul 15 '15 at 20:12
  • But what do you want? A script or something? Be more specific. – Eduardo Cola Jul 15 '15 at 20:13
  • i want to use script for poping some information when you are in-game and it will automatically turn off like in 5sec then you can click hotkey again and you will see another message with another info you know – HeicPy Jul 15 '15 at 20:17
  • The code for that would not be that simple... You would have to use something instead of simple bash scripts. – Eduardo Cola Jul 15 '15 at 20:19
  • RIP HOPE, i thought it will be nice with notify-send but sadly it is buged... GG thanks for answears anyway. – HeicPy Jul 15 '15 at 20:37