Ver código fonte

Merge pull request #27 from cuu/master

.cpirc to fit ubuntu
GNU 5 anos atrás
pai
commit
61ed015227
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      .cpirc

+ 2 - 2
.cpirc

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