You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add some text to the note about commands being executed in a shell
explaining that they need to be quoted or escaped if they contain
whitespace or special characters.
Copy file name to clipboardExpand all lines: swayidle.1.scd
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ command line and in the config file.
69
69
session after <timeout> seconds. Adding an idlehint event will also cause
70
70
swayidle to call SetIdleHint(false) when run, on resume, unlock, etc.
71
71
72
-
All commands are executed in a shell.
72
+
All commands are executed in a shell, and should be quoted or escaped appropriately if the command contains whitespace of other special shell characters.
0 commit comments