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?
Asked
Active
Viewed 320 times
1
1 Answers
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
-
-
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
notify-send
work for you? – earthmeLon Jul 15 '15 at 19:17