Export LIBVIRT_DEFAULT_URI=qemu:///system

This commit is contained in:
Sheldon Lee 2024-05-15 17:39:06 +08:00
parent 8132992f59
commit 3b4102518c

View File

@ -26,7 +26,9 @@ export XDG_CONFIG_HOME="${HOME}/.config"
export QT_STYLE_OVERRIDE=kvantum export QT_STYLE_OVERRIDE=kvantum
#export GTK_USE_PORTAL=1 export GTK_USE_PORTAL=1
export LIBVIRT_DEFAULT_URI=qemu:///system
if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
if [[ ! -z "$IS_LAPTOP" ]]; then if [[ ! -z "$IS_LAPTOP" ]]; then