We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
There's an issue when I'm using $! to get the PID of the last background task.
$!
(sleep 1m && xset dpms force standby) & dpms_standby=$!
In the above snippet it errors at $ with the following text: Failed to parse expression.
$
Failed to parse expression