diff --git a/pages/linux/cage.md b/pages/linux/cage.md index a62e05d06b4015..213db5be84601d 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`