From 6a68314d49d3ebdd6949f9445178afe57e58e662 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 16 Aug 2025 10:37:45 +0300 Subject: [PATCH] cage: add examples (#17635) --- pages/linux/cage.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/linux/cage.md b/pages/linux/cage.md index a62e05d06b..213db5be84 100644 --- a/pages/linux/cage.md +++ b/pages/linux/cage.md @@ -11,6 +11,14 @@ `cage -- {{application}} {{arguments}}` +- Hide window [d]ecorations (this can lock you from accessing the terminal): + +`cage -d {{application}}` + +- Allow [s]witching terminals with ``: + +`cage -s {{application}}` + - Display help: `cage -h`