mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-24 09:06:13 -04:00
Update cage_xtmapper.sh
This commit is contained in:
parent
862d1fb1d2
commit
a466924e8c
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue