mirror of
https://github.com/klaxalk/i3-layout-manager.git
synced 2025-06-20 19:47:41 +02:00
minor fix
This commit is contained in:
parent
4f24f133b7
commit
657393e696
@ -91,7 +91,7 @@ fi
|
||||
|
||||
LAYOUT_FILE=$LAYOUT_PATH/layout-"$LAYOUT_NAME".json
|
||||
|
||||
if [ ! -f "$LAYOUT_FILE" ]; then
|
||||
if [ "$ACTION" == "LOAD LAYOUT"] && [ ! -f "$LAYOUT_FILE" ]; then
|
||||
exit
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user