Browse Source

add absolute path in .cpirc

cpi 5 years ago
parent
commit
ebfe5684fc
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="~/launchergo/.xorg.conf"
+XORG_CONF="/home/cpi/launchergo/.xorg.conf"
 if [ -f ~/.lima ]
 then
-XORG_CONF="~/launchergo/.xorg_lima.conf"
+XORG_CONF="/home/cpi/launchergo/.xorg_lima.conf"
 fi
 
 if [ -f /tmp/autologin ]