diff --git a/dom0.sh b/dom0.sh index fcec585..e1c094d 100644 --- a/dom0.sh +++ b/dom0.sh @@ -31,6 +31,9 @@ echo "/usr/bin/echo 1" | sudo tee /etc/qubes-rpc/qubes.VMAuth echo "@anyvm dom0 ask,default_target=dom0" | sudo tee /etc/qubes-rpc/policy/qubes.VMAuth sudo chmod +x /etc/qubes-rpc/qubes.VMAuth +# Fix s0ix suspension +sudo qvm-features dom0 suspend-s0ix 1 + # Set qvm-features sudo qvm-features fedora-40 default-menu-items 'org.gnome.Nautilus.desktop org.gnome.Ptyxis.desktop' @@ -55,4 +58,4 @@ echo '[Settings] gtk-theme-name = Arc-Dark gtk-application-prefer-dark-theme = true' | sudo tee /etc/gtk-4.0/settings.ini -# After a reboot, run qt5ct and set the theme to gtk-2 \ No newline at end of file +# After a reboot, run qt5ct and set the theme to gtk-2