I was just going through the powermenu config, and I just wanted to know, what does the following section do?
usage="$(basename "$0") [-h] [-c] [-p name] -- display a menu for shutdown, reboot, lock etc.
where:
-h show this help text
-c ask for user confirmation
-p preferred launcher (rofi or zenity)
This script depends on:
- systemd,
- i3,
- rofi or zenity."
Should these lines not be comments, as they feel quite a bit like documentation.
I was just going through the powermenu config, and I just wanted to know, what does the following section do?
Should these lines not be comments, as they feel quite a bit like documentation.