mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-23 02:01:32 -05:00
Fix s0ix suspension
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
7c707a26ab
commit
0ece1f405f
5
dom0.sh
5
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
|
echo "@anyvm dom0 ask,default_target=dom0" | sudo tee /etc/qubes-rpc/policy/qubes.VMAuth
|
||||||
sudo chmod +x /etc/qubes-rpc/qubes.VMAuth
|
sudo chmod +x /etc/qubes-rpc/qubes.VMAuth
|
||||||
|
|
||||||
|
# Fix s0ix suspension
|
||||||
|
sudo qvm-features dom0 suspend-s0ix 1
|
||||||
|
|
||||||
# Set qvm-features
|
# Set qvm-features
|
||||||
|
|
||||||
sudo qvm-features fedora-40 default-menu-items 'org.gnome.Nautilus.desktop org.gnome.Ptyxis.desktop'
|
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-theme-name = Arc-Dark
|
||||||
gtk-application-prefer-dark-theme = true' | sudo tee /etc/gtk-4.0/settings.ini
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user