endeavouros-team / endeavouros-i3wm-setup

The beloved EndeavourOS default i3 (has gaps) theme and setup dotfile repo
GNU General Public License v3.0
451 stars 121 forks source link

Query regarding powermenu config file #135

Closed shirsakm closed 1 month ago

shirsakm commented 1 month ago

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.

shirsakm commented 1 month ago

I just realized it is a multi-line string.