ESC goes back from file selection
This commit is contained in:
parent
9f6afaf24c
commit
2d08de7447
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@ fi
|
|||
|
||||
# no action, exit
|
||||
if [ -z "$LAYOUT_NAME" ]; then
|
||||
exit
|
||||
exec "$0" "$@"
|
||||
fi
|
||||
|
||||
# #}
|
||||
|
@ -342,7 +342,7 @@ fi
|
|||
if [[ "$ACTION" = "DELETE LAYOUT" ]]; then
|
||||
rm "$LAYOUT_FILE"
|
||||
notify-send -u low -t 2000 "Layout deleted" -h string:x-canonical-private-synchronous:anything
|
||||
exec ./"$0" "$@"
|
||||
exec "$0" "$@"
|
||||
fi
|
||||
|
||||
# #}
|
||||
|
|
Loading…
Add table
Reference in a new issue