Skip to content

Commit

Permalink
Fix s0ix suspension
Browse files Browse the repository at this point in the history
Signed-off-by: Tommy <[email protected]>
  • Loading branch information
TommyTran732 authored Nov 14, 2024
1 parent 7c707a2 commit 0ece1f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dom0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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
# After a reboot, run qt5ct and set the theme to gtk-2

0 comments on commit 0ece1f4

Please sign in to comment.