Преглед изворни кода

Because the high version of xorg prohibits the use of absolute paths for xf86config parameters, changes to relative paths in dotcpirc

cpi пре 5 година
родитељ
комит
dcedcc8ef2
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      .cpirc

+ 3 - 3
.cpirc

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