Skip to content

Commit 3ba96ab

Browse files
authored
(hopefully temporary) Fix for xfce not starting up
1 parent 01a80fa commit 3ba96ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ arch-chroot /mnt systemctl enable lightdm
5252
curl https://raw.githubusercontent.com/windowsagent/Modified-Arch-install-script/master/post.sh > /mnt/home/windowsagent/runme.sh
5353
chmod +x /mnt/home/windowsagent/runme.sh
5454

55+
# Temporary? Fix for xfce not starting up
56+
xfconf-query -c xfwm4 -p /general/vblank_mode -s off
57+
# I honestly have no idea what is vblank_mode, I trust my life into stackoverflow
58+
5559
echo " "
5660
echo -e "${GREEN}Arch Linux installed successfully" ' ! ' "${NC}"
5761
echo " "

0 commit comments

Comments
 (0)