mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-09 12:44:32 +02:00
dconf: add some configuration for virt-manager
This commit is contained in:
parent
feaab4ed6f
commit
051f75139d
1 changed files with 24 additions and 0 deletions
|
@ -5,3 +5,27 @@ run-in-background=true
|
||||||
|
|
||||||
[org/gnome/desktop/interface]
|
[org/gnome/desktop/interface]
|
||||||
color-scheme="prefer-dark"
|
color-scheme="prefer-dark"
|
||||||
|
|
||||||
|
[org/virt-manager/virt-manager]
|
||||||
|
xmleditor-enabled=false
|
||||||
|
|
||||||
|
[org/virt-manager/virt-manager/connections]
|
||||||
|
autoconnect=['qemu:///session']
|
||||||
|
|
||||||
|
[org/virt-manager/virt-manager/console]
|
||||||
|
resize-guest=1
|
||||||
|
scaling=2
|
||||||
|
|
||||||
|
[org/virt-manager/virt-manager/new-vm]
|
||||||
|
cpu-default='host-passthrough'
|
||||||
|
firmware='uefi'
|
||||||
|
graphics-type='spice'
|
||||||
|
storage-format='qcow2'
|
||||||
|
|
||||||
|
[org/virt-manager/virt-manager/stats]
|
||||||
|
enable-disk-poll=true
|
||||||
|
enable-net-poll=true
|
||||||
|
|
||||||
|
[org/virt-manager/virt-manager/vmlist-fields]
|
||||||
|
disk-usage=true
|
||||||
|
network-traffic=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue