Update cage_xtmapper.sh

This commit is contained in:
Xtr126 2024-07-11 10:15:36 +05:30 committed by GitHub
parent 862d1fb1d2
commit a466924e8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,9 +23,14 @@ while [ $# -gt 0 ]; do
shift shift
XTMAPPER_HEIGHT="$1" XTMAPPER_HEIGHT="$1"
;; ;;
--window-no-title-bar)
shift
export WLR_NO_DECORATION=1
;;
*) *)
echo "Invalid argument" echo "Invalid argument"
exit 1;; exit 1
;;
esac esac
shift shift
done done