mirror of
https://github.com/klaxalk/i3-layout-manager.git
synced 2025-08-14 07:38:21 +02:00
fixed local layout file path
This commit is contained in:
@ -101,7 +101,7 @@ fi
|
|||||||
|
|
||||||
# if the layout name is a full path, use it, otherwise fabricate the full path
|
# if the layout name is a full path, use it, otherwise fabricate the full path
|
||||||
if [[ $LAYOUT_NAME == *".json" ]]; then
|
if [[ $LAYOUT_NAME == *".json" ]]; then
|
||||||
LAYOUT_FILE="$LAYOUT_NAME"
|
LAYOUT_FILE=`realpath "$LAYOUT_NAME"`
|
||||||
else
|
else
|
||||||
LAYOUT_FILE=$LAYOUT_PATH/layout-"$LAYOUT_NAME".json
|
LAYOUT_FILE=$LAYOUT_PATH/layout-"$LAYOUT_NAME".json
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user