···
131
+
"audio": ["pwvucontrol"],
132
+
"explorer": ["thunar"],
133
+
"playback": ["mpv"],
134
+
"terminal": ["ghostty"]
···
170
+
"command": ["autocomplete", "calc"],
"description": "Do simple math equations (powered by Qalc)",
···
"description": "Change the current wallpaper",
181
+
"command": ["autocomplete", "wallpaper"],
···
"description": "Switch to a random wallpaper",
189
+
"command": ["caelestia", "wallpaper", "-r"],
194
+
"command": ["systemctl", "poweroff"],
"description": "Shutdown the system",
···
202
+
"command": ["systemctl", "reboot"],
"description": "Reboot the system",
···
210
+
"command": ["loginctl", "terminate-user", ""],
"description": "Log out of the current session",
···
218
+
"command": ["loginctl", "lock-session"],
"description": "Lock the current session",
···
226
+
"command": ["systemctl", "suspend"],
"description": "Suspend",
···
290
+
"hibernate": ["systemctl", "suspend"],
291
+
"logout": ["loginctl", "terminate-user"],
292
+
"reboot": ["systemctl", "reboot"],
293
+
"shutdown": ["systemctl", "poweroff"]