···
···
"description": "Do simple math equations (powered by Qalc)",
···
"description": "Change the current wallpaper",
···
"description": "Switch to a random wallpaper",
"description": "Shutdown the system",
···
"description": "Reboot the system",
···
"description": "Log out of the current session",
···
"description": "Lock the current session",
···
"description": "Suspend",
···
···
+
"audio": ["pwvucontrol"],
+
"explorer": ["thunar"],
+
"terminal": ["ghostty"]
···
+
"command": ["autocomplete", "calc"],
"description": "Do simple math equations (powered by Qalc)",
···
"description": "Change the current wallpaper",
+
"command": ["autocomplete", "wallpaper"],
···
"description": "Switch to a random wallpaper",
+
"command": ["caelestia", "wallpaper", "-r"],
+
"command": ["systemctl", "poweroff"],
"description": "Shutdown the system",
···
+
"command": ["systemctl", "reboot"],
"description": "Reboot the system",
···
+
"command": ["loginctl", "terminate-user", ""],
"description": "Log out of the current session",
···
+
"command": ["loginctl", "lock-session"],
"description": "Lock the current session",
···
+
"command": ["systemctl", "suspend"],
"description": "Suspend",
···
+
"hibernate": ["systemctl", "suspend"],
+
"logout": ["loginctl", "terminate-user"],
+
"reboot": ["systemctl", "reboot"],
+
"shutdown": ["systemctl", "poweroff"]