mirror of
https://github.com/zedsalim/debian-z.git
synced 2025-12-06 11:29:28 +00:00
12 lines
237 B
Bash
Executable file
12 lines
237 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Display the startup notification
|
|
notify-send --expire-time=10000000 --urgency=critical "IMPORTANT !" "
|
|
Press Super + Shift + h to view the Guide
|
|
|
|
NOTE: The 'Super' Key is the 'Windows' Key
|
|
|
|
|
|
(Click me and I disappear)"
|
|
|
|
|