From d2eb3db31f0ea17103786f055e19714e2039e143 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 6 May 2023 12:21:59 +0530 Subject: livevm: dont show menubar by default --- .local/bin/livevm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.local/bin/livevm') diff --git a/.local/bin/livevm b/.local/bin/livevm index 26e3160..838977a 100755 --- a/.local/bin/livevm +++ b/.local/bin/livevm @@ -22,7 +22,7 @@ while getopts "wehc:d:u:q:r:" f do case "$f" in w) - cmd="${cmd} -device qxl -display gtk" + cmd="${cmd} -device qxl -display gtk,show-menubar=off" ;; e) [ ! -f "/usr/share/edk2-ovmf/x64/OVMF_CODE.fd" ] && @@ -74,6 +74,6 @@ done # use virgl by default if wangblows is not set [ -n "${cmd##*device qxl*}" ] && - cmd="${cmd} -device virtio-vga-gl -display gtk,gl=on" + cmd="${cmd} -device virtio-vga-gl -display gtk,gl=on,show-menubar=off" eval "$cmd" -- cgit v1.2.3