From a466924e8c73394f64dc8ad4e4c716337e1c9387 Mon Sep 17 00:00:00 2001 From: Xtr126 <80520774+Xtr126@users.noreply.github.com> Date: Thu, 11 Jul 2024 10:15:36 +0530 Subject: [PATCH] Update cage_xtmapper.sh --- cage_xtmapper.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cage_xtmapper.sh b/cage_xtmapper.sh index cb536c3..23c6014 100755 --- a/cage_xtmapper.sh +++ b/cage_xtmapper.sh @@ -23,9 +23,14 @@ while [ $# -gt 0 ]; do shift XTMAPPER_HEIGHT="$1" ;; + --window-no-title-bar) + shift + export WLR_NO_DECORATION=1 + ;; *) echo "Invalid argument" - exit 1;; + exit 1 + ;; esac shift done