Browse Source

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

cuu 4 years ago
parent
commit
fe44274594
1 changed files with 2 additions and 2 deletions
  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 /home/cpi/.lima ]
 then
-XORG_CONF="/home/cpi/launcher/.xorg_lima.conf"
+XORG_CONF="~/launcher/.xorg_lima.conf"
 fi
 
 if [ -f /tmp/autologin ]