Skip to content

Commit

Permalink
add absolute path in .cpirc
Browse files Browse the repository at this point in the history
  • Loading branch information
cpi committed May 6, 2019
1 parent 9e2a6d3 commit ebfe568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cpirc
Original file line number Diff line number Diff line change
@@ -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 ]
Expand Down

0 comments on commit ebfe568

Please sign in to comment.