Przeglądaj źródła

Merge pull request #161 from cuu/master

change .cpirc to fit with ubuntu
GNU 5 lat temu
rodzic
commit
689a573d6e
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      .cpirc

+ 2 - 2
.cpirc

@@ -1,9 +1,9 @@
 SCREEN=`cat /sys/class/graphics/fb0/modes`
 
-XORG_CONF="/home/cpi/launcher/.xorg.conf"
+XORG_CONF="~/launcher/.xorg.conf"
 if [ -f ~/.lima ]
 then
-XORG_CONF="/home/cpi/launcher/.xorg_lima.conf"
+XORG_CONF="~/launcher/.xorg_lima.conf"
 fi
 
 if [ -f /tmp/autologin ]